3 projects
JavaScript Minification Tools
Tools that reduce JavaScript file size by removing unnecessary characters, whitespace, and comments while preserving functionality. These tools optimize JavaScript code for production environments to improve load times and performance.
3,952 contributors
$28M
Google Closure Compiler
A JavaScript compiler that reduces code size through optimization and minification, rewriting and analyzing JavaScript programs to make them more efficient while preserving functionality
2,521
429
$24M
Terser
Terser is a JavaScript parser, mangler and compressor toolkit that minifies code to reduce file size while preserving functionality. It removes comments, shortens variable names, and performs various optimizations to make JavaScript code more compact and efficient.
1,431
490
$3.6M
UglifyJS
JavaScript parser / mangler / compressor / beautifier toolkit