olback / es6-css-minify

Easily minify CSS and JavaScript in VS Code
https://marketplace.visualstudio.com/items?itemName=olback.es6-css-minify
MIT License
47 stars 13 forks source link

Prevent minification for node js #64

Open rfossella opened 5 years ago

rfossella commented 5 years ago

Hello, Using the autosave option for minification of browser js files. It is also minifying nodejs files on save. Is there a way to prevent this?

Thanks. Rob

olback commented 5 years ago

You can disable this feature in the VS Code settings panel either in workspace settings of user settings. Disabling it in the workspace settings (.vscode/settings.json) will only disable it for that specific project.