gobble-6to5

3.0.0 • Public • Published

gobble-6to5

Compile ES6 files with gobble and 6to5. Creates sourcemaps automatically.

Installation

First, you need to have gobble installed - see the gobble readme for details. Then,

npm i -D gobble-6to5

Usage

gobblefile.js

var gobble = require( 'gobble' );
module.exports = gobble( 'src' ).transform( '6to5', options );

The options argument, if specified, is passed to 6to5 - consult the documentation. Sourcemaps are created by default (all the relevant information is filled in by Gobble, you don't need to specify sourceMapName options etc) - if you don't want that, pass sourceMap: false.

License

MIT. Copyright 2014 Rich Harris

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    5
    • latest

Version History

Package Sidebar

Install

npm i gobble-6to5

Weekly Downloads

16

Version

3.0.0

License

MIT

Last publish

Collaborators

  • thejameskyle
  • rich_harris