0.12.3 • Published 9 years ago

sigh-babel v0.12.3

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

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
0.12.3

9 years ago

0.12.2

9 years ago

0.12.1

9 years ago

0.12.0

9 years ago

0.11.7

10 years ago

0.11.6

10 years ago

0.11.5

10 years ago

0.11.4

10 years ago

0.11.3

10 years ago

0.11.2

10 years ago

0.11.1

10 years ago

0.11.0

10 years ago