* improve transform-react-jsx typings * rename test fixtures * remove unreachable sourceSelf check * update test fixtures * Update packages/babel-core/src/index.ts * Update packages/babel-plugin-transform-react-jsx/src/create-plugin.ts Co-authored-by: Henry Zhu <hi@henryzoo.com> * Update packages/babel-plugin-transform-react-jsx/src/create-plugin.ts Co-authored-by: Henry Zhu <hi@henryzoo.com>
@babel/plugin-transform-react-jsx
Turn JSX into React function calls
See our website @babel/plugin-transform-react-jsx for more information.
Install
Using npm:
npm install --save-dev @babel/plugin-transform-react-jsx
or using yarn:
yarn add @babel/plugin-transform-react-jsx --dev