Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JS Minify & ObfuscatorNew to Visual Studio Code? Get it now.
JS Minify & Obfuscator

JS Minify & Obfuscator

themebetter.com

|
1,180 installs
| (1) | Free
Auto Minify and Obfuscator your JS files on save
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JS Minify & Obfuscator

Auto Minify and Obfuscator your JS files on save. Install and use immediately.

Support multi-directory mapping.

Support relative directory for output.

Thanks to terser v5.37.0 and javascript-obfuscator v4.1.1.

Configuration

// Enable auto output on save
enableAutoSave: true,

// Enable minify
enableMinify: true,

// Minify suffix for output file
minifySuffix: ".min",

// Enable obfuscator
enableObfuscator: false,

// Obfuscator level (default/low/medium/high/custom)
obfuscatorLevel: "low",

// Enable add ts no check
enableTsNoCheck: true,

// Terser options
minifyTerserOptions: {},

// Obfuscator options
obfuscatorOptions: {},

// Watch folders and their output folder. Support relative directory
watchFolders: {
    // "src": "dist"
    // "src/js": "../dist"
    // "src/js": "../../dist"
}

to. Terser options

to. Obfuscator options

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft