Transpile ES6 modules to CommonJS with es6-module-jstransform
npm install broccoli-es6-module-jstransformDeprecated. jstransform is not maintained anymore.
> Transpile ES6 modules to CommonJS with es6-module-jstransform.
``bash`
$ npm install --save-dev broccoli-es6-module-jstransform
`js``
var transform = require('broccoli-es6-module-jstransform');
tree = transform(tree);
MIT © Michael Mayer