armin-pfaeffle / atom-minify

Minifies JS and CSS files, optionally on save ‒ package for atom.io
https://atom.io/packages/atom-minify
MIT License
24 stars 7 forks source link

How can I prevent to get all the polyfill? #70

Open 2jiwon opened 3 years ago

2jiwon commented 3 years ago

Hi, I am using this minifier with google closure compiler. And sometimes I get all the polyfills starts withvar $jscomp= Can I prevent getting all those codes? I tried to modify options like jscomp_off = es3 or language in = ECMASCRIPT6, neither didn't work. Is there any way to do this?