## Example
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
Turn boolean literals into !0 for true and !1 for false.
babel-minify plugin for webpack
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
Compile class public and private fields, private methods and decorators to ES6
## Example
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
Core istanbul API for JS code coverage
Compile ESNext Regular Expressions to ES5
Allows you to build compile-time libraries
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Allow parsing of optional properties
Add a __self prop to all JSX Elements
Compile ES2015 computed properties to ES5
This plugin transforms ES2015 modules to UMD