broccoli-es6-module-jstransform

Transpile ES6 modules to CommonJS with es6-module-jstransform

Usage no npm install needed!

<script type="module">
  import broccoliEs6ModuleJstransform from 'https://cdn.skypack.dev/broccoli-es6-module-jstransform';
</script>

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