hughsk / uglifyify

A browserify transform which minifies your code using UglifyJS2
Other
376 stars 61 forks source link

uglify doesn't take CLI commands in javascript API #71

Closed lrlna closed 7 years ago

lrlna commented 7 years ago

This PR remaps out CLI argv you might be using in your browserify transforms since uglify-es's API does not accept CLI aliases.

It also brings up the compress:true and mangle:true set up by default.

Thanks!

yoshuawuyts commented 7 years ago

:package: v4.0.2