0.4.0 • Published 8 years ago

broccoli-babel-plugin v0.4.0

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

broccoli-babel-plugin

Latest Stable Version License Build Status

Test Coverage

A Broccoli plugin which transpiles ES6 to ES5 using babel of version 6.

How to install?

$ npm install --save-dev broccoli-babel-plugin 

How to use?

In your Brocfile.js:

var Babel = require('broccoli-babel-plugin');
var nodes = new Babel(inputNodes, options);

You can find options at babel's github repo.