0.3.1 • Published 4 years ago

babel-preset-varan v0.3.1

Weekly downloads
357
License
MIT
Repository
github
Last release
4 years ago

babel-preset-varan

The babel preset used in varan.

npm CircleCI Codecov branch David Known Vulnerabilities license

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:

  1. Install it
$ npm install --save-dev babel-preset-varan
  1. Add it to you .babelrc file under presets
{
  "presets": ["varan"]
}

License

MIT