Removes React properties
SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties
Remove unnecessary React propTypes from the production build
Compile ES2015 computed properties to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
This plugin transforms static class properties as well as properties declared with the property initializer 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.
Remove JSX empty expression
Allow parsing of optional properties
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Transform SVG into JSX
Remove JSX attribute
Remove nullish coalescing operator
Add a __source prop to all JSX Elements
Add a __self prop to all JSX Elements
Turn JSX into React function calls
Add displayName to React.createClass calls
Turn JSX into React function calls in development
Mark top-level React method calls as pure for tree shaking
Babel plugin for React Compiler.
Treat React JSX elements as value types and hoist them to the highest scope
Babel plugin to generate native module and view manager code for React Native.
Transform DOM elements into react-native-svg components