Transform assignments to properties on built-in prototypes to Object.defineProperty calls
browserify wrapper around babel-plugin-prototype-prop-define
Add a __self prop to all JSX Elements
Add a __source prop to all JSX Elements
Remove unnecessary React propTypes from the production build
Babel helper to create your own polyfill provider
Jest plugin to use babel for transformation.
A babel preset to automatically enable emotion's css prop
Define a lazily evaluated property on an object
Babel plugin that replaces member expressions and typeof statements with strings
Improve the debugging experience and add server-side rendering support to styled-components
General utilities for plugins to use
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Allow parsing of jsx
Allow parsing of TypeScript syntax
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.
This plugin transforms ES2015 modules to CommonJS
Compile class public and private fields, private methods and decorators to ES6
Compile ESNext Regular Expressions to ES5
Allow parsing of the module attributes in the import statement
This plugin transforms ES2015 modules to UMD
Core istanbul API for JS code coverage
Allows you to build compile-time libraries
Allow parsing of the logical assignment operators