browser-pack icon indicating copy to clipboard operation
browser-pack copied to clipboard

From debian use uglifyjs > 3.12.4

Open bastien-roucaries opened this issue 4 years ago • 1 comments

Hi,

we use the following command line: uglifyjs -m --ie8 -c sequences=true,unused=false,toplevel=true --source-map --output _prelude.js < prelude.js

Could you please update to newer uglify.js ? Bonus point we improve prelude by 20 bytes

bastien-roucaries avatar Jan 12 '21 20:01 bastien-roucaries

Correction it does not work this command line work and we gain 1 byte: uglifyjs -c unused=false,expression=true,passes=5 -m < $< | sed -e 's/;[[:space:]]$$//g' -e '/^[[:space:]]$$/d' | tr -d '\n' > $@

bastien-roucaries avatar Jan 16 '21 15:01 bastien-roucaries