Automatically minify js files on save. Menu options to Compress, Mangle or Beautify current script.
Before using this extension, you must ensure that uglifyjs
is installed on your system.
npm install uglify-es -g
NovaJsMin
Minify on Save
Yes, No
Automatically minify .js files on save
Mangle
Yes, No
Mangle names
Generate Source Map
Yes, No
Enable source map file generation
Executable Path
/path/to/uglifyjs
Manually enter or select the uglifyjs binary location.