You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 errorDefaultsError: 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.
The text was updated successfully, but these errors were encountered: