Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Lodin/broccoli-babel-plugin

Repository files navigation

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.

About

Babel plugin for broccoli

Resources

License

Stars

Watchers

Forks

Packages

No packages published