babel-minify plugin for webpack
Rollup plugin to minify generated bundle
Turn boolean literals into !0 for true and !1 for false.
Tries to evaluate expressions and inline the result.
Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.
Shortens numeric literals using scientific notation
> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.
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"`.
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
Rollup plugin to minify generated es bundle