A babel plugin to remove import and export declaration in the source file.
Remove JSX empty expression
Compile export namespace to ES2015
Transform SVG into JSX
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Remove JSX attribute
Remove nullish coalescing operator
Remove unnecessary React propTypes from the production build
Allow parsing of export namespace from
Compile export default to ES2015
Allow parsing of export default from
Allow parsing of the module attributes in the import statement
Turns off all rules that are unnecessary or might conflict with Prettier.
Allow parsing of import.meta
Allow parsing of the module assertion attributes in the import statement
Transform import() expressions
Allow parsing of import()
Improve the debugging experience and add server-side rendering support to styled-components
Adds TypeScript support to Gatsby
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.
Removes React properties
No description provided.
General utilities for plugins to use
Allow parsing of jsx