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
I just released version 3.0.0, which now allows you to configure uglifyify via the browserify.transform field in the package.json. See the example here
Is it possible to pass options to uglifyjs?
I'm trying to acomplish the same as
cross-env NODE_ENV=production browserify src/main.js | uglifyjs -c warnings=false -m > dist/build.js
The text was updated successfully, but these errors were encountered: