sigh-babel

0.12.3 • Public • Published

sigh-babel

build status

Sigh plugin for transpiling files with babel6 over multiple CPUs/processes.

Usage

Create a pipeline that transpiles the given source files using babel:

module.exports = function(pipelines) {
  pipelines['js'] = [
    glob('*.js'),
    babel({ presets: ['es2015-loose'], plugins: ['transform-es2015-modules-amd'] }),
    write('build')
  ]
}

babel 5

You will need to use sigh-babel verson 0.11.x and below for babel 5 support.

   npm install sigh-babel@0.11

Package Sidebar

Install

npm i sigh-babel

Weekly Downloads

2

Version

0.12.3

License

MIT

Last publish

Collaborators

  • jpike