babel-plugin-minify-flip-comparisons(latest: 0.4.3) **Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.
babel-plugin-minify-replace(latest: 0.5.0) 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"`.
babel-plugin-minify-simplify(latest: 0.5.1) > Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
babel-plugin-minify-type-constructors(latest: 0.4.3) **Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)