babel-preset-benzinga
v0.3.1
Published
babel presets for building react apps with modern es6
Downloads
1
Maintainers
Readme
Benzinga Babel Preset
A Combination of babel plugins for react es6 development.
Is basically a combination of es2015 and react presets, with some additional support for other syntax niceties like async, generators, decorators, and glob importers
Usage
Edit your .babelrc, or add the following to package.json
under the babel
key
{
presets:["benzinga"]
}