Introduction
A very light minifier Node.js module.
Features
It allows you to compress JavaScript, CSS, HTML, and image files.
JavaScript:
- esbuild
- Google Closure Compiler
- oxc
- swc
- terser
- uglify-js
- babel-minify (deprecated)
- uglify-es (deprecated)
- YUI Compressor (deprecated)
CSS:
- clean-css
- cssnano
- CSSO
- esbuild
- lightningcss
- crass (deprecated)
- sqwish (deprecated)
- YUI Compressor (deprecated)
HTML:
JSON:
Image:
Other:
Command Line Interface:
CSS benchmark: http://goalsmashers.github.io/css-minification-benchmark/
I recommend to execute it at boot time for production use.