JavaScript Minifier

JavaScript Minifier

Uses the Terser library – the same minifier many build tools use. Variables are renamed and code is compressed.

Minify JavaScript reliably

The minifier shrinks JavaScript code with Terser – the widely used tool that also powers many build systems. Comments and whitespace are removed, variable names shortened and expressions combined.

  • Real minifier: Unlike a simple text replacement, Terser understands the code and can rewrite it safely.
  • Compression: Renaming local variables, removing dead code and more.
  • Local: Your code never leaves the browser.

Related tools

Scroll to Top