Remove old uglify option

It's false by default
This commit is contained in:
Nicolò Ribaudo
2019-09-06 19:24:15 +02:00
parent 735abc0ed8
commit 42e5974fd4

View File

@@ -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