Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjarneo/babel-preset-react-es2015
This preset combines both react and es2015 to one preset.
https://github.com/bjarneo/babel-preset-react-es2015
Last synced: 3 days ago
JSON representation
This preset combines both react and es2015 to one preset.
- Host: GitHub
- URL: https://github.com/bjarneo/babel-preset-react-es2015
- Owner: bjarneo
- License: mit
- Created: 2016-02-02T15:32:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T04:21:29.000Z (over 4 years ago)
- Last Synced: 2024-11-05T06:05:15.413Z (8 days ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
babel-preset-react-es2015
======What
------
This preset combines both react and es2015 to one preset.Installation
------
```
npm i --save-dev babel-preset-react-es2015
```Usage
------
.babelrc
```bash
{
"presets": ["react-es2015"]
}
```Version used
------
* babel-preset-react 6.24.1
* babel-preset-es2015 6.24.1Readme for es2015 and react preset
------* [https://babeljs.io/docs/plugins/preset-es2015/](https://babeljs.io/docs/plugins/preset-es2015/)
* [https://babeljs.io/docs/plugins/preset-react/](https://babeljs.io/docs/plugins/preset-react/)Contribution
------
Contributions are appreciated.License
------
MIT-licensed. See LICENSE.