babel/packages/babel-plugin-transform-react-jsx
Nicolò Ribaudo fce3e7124a
[babel 8] Remove useSpread and useBuiltIns jsx options (#12593)
* [babel 8] Remove `useSpread` and `useBuiltIns` jsx options

backport of 8cc8696851fa4bf02d7f6ae591404626d1ca32a3

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Brian Ng <bng412@gmail.com>

* Update fixtures (Windows)

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Brian Ng <bng412@gmail.com>
Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
2021-01-08 18:16:30 +01:00
..
2017-03-25 21:46:16 -04:00

@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