https://github.com/nitin42/babel-preset-custom-react
Babel preset for React apps
https://github.com/nitin42/babel-preset-custom-react
Last synced: 3 months ago
JSON representation
Babel preset for React apps
- Host: GitHub
- URL: https://github.com/nitin42/babel-preset-custom-react
- Owner: nitin42
- Created: 2017-03-16T09:49:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T10:04:31.000Z (about 8 years ago)
- Last Synced: 2025-01-12T23:11:29.652Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# babel-preset-custom-react
> Babel preset for React apps
## Install
```
npm install --save-dev babel-preset-custom-react
```## Usage
Add this to your `.babelrc`
```
{
"presets": ["custom-react"]
}
```## License
MIT