Webpack loader to automatically npm install & save dependencies.
add custom attributes to inject script and link
General utilities for plugins to use
Insert Polyfills for Webpack 2
Allow parsing of TypeScript syntax
This plugin transforms ES2015 modules to AMD
Allow parsing of optional properties
This plugin transforms ES2015 modules to SystemJS
Compile class public and private fields, private methods and decorators to ES6
Transform TypeScript into ES.next
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn async functions into ES2015 generators
Allow parsing of async generator functions
This plugin transforms ES2015 modules to CommonJS
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of the module attributes in the import statement
Apply ES2015 function.name semantics to all functions
Allow parsing of jsx
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 arrow functions to ES5
Ensure that reserved words are quoted in object property keys
Allow parsing of the nullish-coalescing operator
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals