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
No known key found for this signature in database
GPG Key ID: 6F2E38DF3E4A6D0C

View File

@ -12,6 +12,6 @@ node $BROWSERIFY_CMD lib/index.js \
--plugin derequire/plugin \ --plugin derequire/plugin \
>dist/polyfill.js >dist/polyfill.js
node $UGLIFY_CMD dist/polyfill.js \ node $UGLIFY_CMD dist/polyfill.js \
--compress keep_fnames,keep_fargs,warnings=false \ --compress keep_fnames,keep_fargs \
--mangle keep_fnames \ --mangle keep_fnames \
>dist/polyfill.min.js >dist/polyfill.min.js