0.0.2 • Published 8 years ago

babel-preset-all v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

babel-preset-all

In this repo I store my babel configuration for easier access and sharing between projects.

To install it, do:

$ npm install --save-dev romeovs/babel-preset-all

To use the preset, add the following to your .babelrc:

{
  "presets": [
    "all"
  ]
}

Or, if you want to use the .babelrc directly:

$ cp node_modules/babel-preset-all/.babelrc .