Add a __source prop to all JSX Elements
Allows you to build compile-time libraries
Compile ES2015 classes to ES5
Allow parsing of the logical assignment operators
Babel plugin for React Native for Web
Allow parsing of optional properties
Add a __self prop to all JSX Elements
Jest plugin to use babel for transformation.
Compile ES2015 computed properties to ES5
Compile ES2015 for...of to ES5
Compile ES2015 default and rest parameters to ES5
Compile regular expressions using named groups to ES5.
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
This plugin transforms private class methods
Babel plugin to ensure function declarations at the block level are block scoped
Explode async and generator functions into a state machine.
Gatsby uses the phenomenal project [Babel](https://babeljs.io/) to enable support for writing modern JavaScript — while still supporting older browsers. This package contains the default Babel setup for all Gatsby projects.
Compile ES2015 spread to ES5
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform optional chaining operators into a series of nil checks