babel-preset-benzinga-webpack
v0.3.1
Published
babel presets for building react apps with modern es6
Downloads
4
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
The babel-preset-benzinga-webpack
variant omits the commonjs babel transform, which enables using System.import
API within webpack.
Usage
Edit your .babelrc, or add the following to package.json
under the babel
key
{
presets:[
"benzinga-webpack"
]
}