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"`.
Replace JSX attribute value
Helper function to replace supers
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.
Replace Object.assign with an inline helper
General utilities for plugins to use
Minify Standard built-in Objects
Allow parsing of jsx
Helper function to replace certain member expressions with function calls
Turn boolean literals into !0 for true and !1 for false.
Allow parsing of TypeScript syntax
babel-minify plugin for webpack
Compile class public and private fields, private methods and decorators to ES6
This plugin transforms ES2015 modules to CommonJS
Allow parsing of the module attributes in the import statement
**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
## Example
## Example
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Compile ESNext Regular Expressions to ES5