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.