javascript - what dose the '-d' option in watchify(a npm package ) mean? -


here package's link:https://www.npmjs.com/package/watchify saw usage somewhere: "watchify -o js/bundle.js -v -d js/app.js". hope know dose '-d' option mean. thank you.

according watchify source code, gets passed on browserify, , taken https://github.com/substack/node-browserify#usage:

--debug -d enable source maps allow debug files separately.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -