HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 21 forks source link

--no-mangle... #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

How can I specify to use the --no-mangle option? Thank you.

ghost commented 8 years ago

I can use:

"minify.js": { "mangle" = false }

HookyQR commented 8 years ago

Mangle setting has now been added to the settings contributions. Many of the other settings for UglifyJS have been moved to where they should have been.