0.0.3 • Published 7 years ago

wub-preset-uglify v0.0.3

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
7 years ago

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 optionRequired?Description
uglifyOptionsObject of uglify options to be passed to UglifyJsPlugin