es6-css-minify icon indicating copy to clipboard operation
es6-css-minify copied to clipboard

Prevent minification for node js

Open rfossella opened this issue 6 years ago • 1 comments

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

rfossella avatar Mar 27 '19 06:03 rfossella

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.

olback avatar Mar 29 '19 15:03 olback