Terser plugin for webpack
Highly configurable, well-tested, JavaScript-based HTML minifier.
TypeScript definitions for html-minifier-terser
A modular minifier, built on top of the PostCSS ecosystem.
Merge longhand properties into shorthand with PostCSS.
Minify at-rule params with PostCSS
Optimise inline SVG with PostCSS.
Minify selectors with PostCSS.
Minify colors in your CSS files with PostCSS.
Minify font declarations with PostCSS
Minify gradient parameters with PostCSS.
Discard empty rules and values with PostCSS.
cssnano plugin for Webpack
Rollup plugin to minify generated es bundle
Highly configurable, well-tested, JavaScript-based HTML minifier.
🚇 Minifier for Metro based on Uglify.
SVGO imagemin plugin
Imagemin plugin for OptiPNG
Discard unused counter styles, keyframes and fonts.
Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.
Mark scopes for deopt which contain a direct eval call
path.evaluate wrapped in a try catch
Benchmark your code easily with Tinybench, a simple, tiny and light-weight `7KB` (`2KB` minified and gzipped) benchmarking library! You can run your benchmarks in multiple JavaScript runtimes, Tinybench is completely based on the Web APIs with proper timi
Context- and scope- aware variable renaming.
Shortens numeric literals using scientific notation
**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
Babel preset for all minify plugins.
Tries to evaluate expressions and inline the result.
Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`.
Turn boolean literals into !0 for true and !1 for false.
Minify Standard built-in Objects
Imagemin plugin for Gifsicle