babel-preset-varan
v0.3.1
Published
Babel preset used in varan applications
Downloads
5
Maintainers
Readme
babel-preset-varan
The babel preset used in varan.
Usage
If you are using varan, you do not need to do anything as it is included automatically, but if you want ot use it outside of varan, here is how:
- Install it
$ npm install --save-dev babel-preset-varan
- Add it to you
.babelrc
file under presets
{
"presets": ["varan"]
}