Removes elements from the source code. Useful when generating multiple bundles.
Remove unnecessary React propTypes from the production build
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Remove nullish coalescing operator
Add a __source prop to all JSX Elements
Remove JSX empty expression
Add a __self prop to all JSX Elements
Turn JSX into React function calls
Transform SVG into JSX
Remove JSX attribute
Removes React properties
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.
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.
Babel plugin for React Native for Web
Transform DOM elements into react-native-svg components
Turns off all rules that are unnecessary or might conflict with Prettier.
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
General utilities for plugins to use
babel plugin to remove data-test-id attributes