Compile ES6 files with gobble and es6-transpiler
npm install gobble-es6-transpilerCompile ES6 files with gobble and es6-transpiler.
First, you need to have gobble installed - see the gobble readme for details. Then,
``bash`
npm i -D gobble-es6-transpiler
gobblefile.js
`js`
var gobble = require( 'gobble' );
module.exports = gobble( 'js' ).map( 'es6-transpiler', options );
The options argument is optional, and is passed to es6-transpiler (the src property is added). See the full list of options.
Additionally, you can pass an onError` function. If present, this function will be called with any errors that occur; otherwise, an exception will be raised.
MIT. Copyright 2014 Rich Harris