2.0.2 • Published 6 years ago

babel-preset-nodify v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

babel-preset-nodify

This package includes the Babel preset used by Nodify.

Features

Usage

This package is comes pre-installed with Nodify, you don't have to install it seperately.

Alternate usage

If you want to use this preset outside the context of Nodify, simply install babel-preset-nodify and add to .babelrc.

{
  "presets": ["nodify"]
}