Remove old uglify option
It's false by default
This commit is contained in:
parent
735abc0ed8
commit
42e5974fd4
@ -12,6 +12,6 @@ node $BROWSERIFY_CMD lib/index.js \
|
||||
--plugin derequire/plugin \
|
||||
>dist/polyfill.js
|
||||
node $UGLIFY_CMD dist/polyfill.js \
|
||||
--compress keep_fnames,keep_fargs,warnings=false \
|
||||
--compress keep_fnames,keep_fargs \
|
||||
--mangle keep_fnames \
|
||||
>dist/polyfill.min.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user