0.0.3 • Published 8 years ago
wub-preset-uglify v0.0.3
wub-preset-uglify
This wub preset enables production minification with uglifyjs-webpack-plugin. It is equivalent to running webpack with the -p flag, with two exception: it’s using the beta version of Uglify v3, and Uglify options can be configured.
| Config option | Required? | Description | 
|---|---|---|
| uglifyOptions | Object of uglify options to be passed to UglifyJsPlugin |