Compile class public and private fields, private methods and decorators to ES6
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 ESNext Regular Expressions to ES5
A utility package to parse strings
This plugin transforms ES2015 modules to UMD
Compile ES2015 for...of to ES5
Compile ES2015 classes to ES5
Compile ES2015 spread to ES5
Allow parsing of the logical assignment operators
Allow parsing of import.meta
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 template literals to ES5
Compile regular expressions using named groups to ES5.
Allow parsing of optional properties
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
This plugin transforms private class methods
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of object rest/spread
Compile ES2015 sticky regex to an ES5 RegExp constructor