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 disable JS minification #67

Open winston0410 opened 4 years ago

winston0410 commented 4 years ago

Is it possible to disable JS minification? I really love the minify on save function for this package on css, but it does not minify ES6 well and I want to disable JS minification. How can I do that?

mardorfv commented 4 years ago

Im looking to do that same thing. CCS minification is great but I have project config files that don't need compression. Having the option to place a skip comment at beginning of the file would be nice.