source: imaps-frontend/node_modules/@babel/plugin-transform-react-jsx-source/README.md@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 415 bytes
RevLine 
[d565449]1# @babel/plugin-transform-react-jsx-source
2
3> Add a __source prop to all JSX Elements
4
5See our website [@babel/plugin-transform-react-jsx-source](https://babeljs.io/docs/babel-plugin-transform-react-jsx-source) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save-dev @babel/plugin-transform-react-jsx-source
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/plugin-transform-react-jsx-source --dev
19```
Note: See TracBrowser for help on using the repository browser.