Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.1

Readme 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.