broccoli-es6-module-jstransform
v0.1.1
Published
Transpile ES6 modules to CommonJS with es6-module-jstransform
Downloads
5
Maintainers
Readme
broccoli-es6-module-jstransform
Deprecated. jstransform
is not maintained anymore.
Transpile ES6 modules to CommonJS with es6-module-jstransform.
Install
$ npm install --save-dev broccoli-es6-module-jstransform
Usage
var transform = require('broccoli-es6-module-jstransform');
tree = transform(tree);
License
MIT © Michael Mayer