In the README.md it says you could use browserify -t [ uglifyify --no-sourcemap ] app.js to disable sourcemaps. This, for me, throws the following error
DefaultsError: sourcemap is not a supported option while parsing file
.
If I use --no-sourceMap instead (browserify -t [ uglifyify --no-sourceMap ] app.js it works like a charm.
It would be nice, if the README.md could be changed, to that it represents the current state.
In the README.md it says you could use
browserify -t [ uglifyify --no-sourcemap ] app.jsto disable sourcemaps. This, for me, throws the following errorDefaultsError: sourcemap is not a supported option while parsing file.
If I use --no-sourceMap instead (
browserify -t [ uglifyify --no-sourceMap ] app.jsit works like a charm.It would be nice, if the README.md could be changed, to that it represents the current state.