StackWaveHub
Hubs
Blog
About
ES
Hubs
Developer Tools
JS Minifier
JS Minifier
Minify JavaScript to the smallest size.
Minify
Copy
Original
function greet(name) { // hello return 'Hi, ' + name; } const x = greet('world');
Minified
💡 Light minification without mangling — for production use dedicated tools (esbuild, terser).