0.3.1 • Published 8 years ago

babel-preset-benzinga-webpack v0.3.1

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

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"
  ]
}
0.3.1

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago