This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
babel/packages/babel-plugin-transform-react-jsx-compat/README.md

432 B

@babel/plugin-transform-react-jsx-compat

Turn JSX into React Pre-0.12 function calls

See our website @babel/plugin-transform-react-jsx-compat for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-react-jsx-compat

or using yarn:

yarn add @babel/plugin-transform-react-jsx-compat --dev