babel-preset-cellular
![Greenkeeper badge](https://badges.greenkeeper.io/fgnass/babel-preset-cellular.svg)
This package includes the Babel preset used at CELLULAR.
Usage in cellular-scripts projects
The easiest way to use this configuration is with cellular-scripts, which includes it by default. You don’t need to install it separately.
Usage outside of cellular-scripts
If you want to use this Babel preset in a project not built with cellular-scripts, you can install it with following steps:
First, install Babel.
Then install babel-preset-cellular.
npm install babel-preset-react-app --save-dev
Then create a file named .babelrc
with following contents in the root folder of your project:
{
"presets": ["cellular"]
}