minifyify
minifyify copied to clipboard
no minify but still create source map?
I passed the minify: false flag, but my app requires a sourcemap -- is it possible to still generate this file even though the source is not minified?
If you don't want to minify, but want the source map, just don't use minifyify. That is browserify's default behavior.
@anthonyettinger You can configure your build to use a different npm package like exorcist to write the source maps when minifyify is turned off.