Turn valid member expression property literals into plain identifiers
Treat React JSX elements as value types and hoist them to the highest scope
Compile static constants (ie. code that we can statically determine to be constant at runtime)
Babel plugin for turning __proto__ into a shallow property clone
Turn valid property key literals to plain identifiers
Throw a compile-time error on references to undeclared variables
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Treat React JSX elements as value types and hoist them to the highest scope
Transform async/await to promise chains
Remove unnecessary React propTypes from the production build
Babel plugin that replaces member expressions and typeof statements with strings
Babel plugin that adds React import declaration if file contains JSX tags.
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
A JSX to DOM plugin that wraps expressions for fine grained change detection
This plugin transforms ES2015 modules to CommonJS
A Babel transform that turns imports into lazily loaded commonjs requires
Turn async functions into ES2015 generators