> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.
Babel preset for all minify plugins.
Context- and scope- aware variable renaming.
Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.
General utilities for plugins to use
Minify Standard built-in Objects
Allow parsing of jsx
babel-minify plugin for webpack
Allow parsing of TypeScript syntax
Turn boolean literals into !0 for true and !1 for false.
This plugin transforms ES2015 modules to CommonJS
Compile class public and private fields, private methods and decorators to ES6
Allow parsing of the module attributes in the import statement
## Example
Core istanbul API for JS code coverage
## Example
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
Compile ESNext Regular Expressions to ES5
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Allows you to build compile-time libraries
This plugin transforms ES2015 modules to UMD
Add a __self prop to all JSX Elements
Babel plugin to ensure function declarations at the block level are block scoped