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

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

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