0.0.2 • Published 9 years ago
babel-preset-all v0.0.2
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 .