0.12.3 • Published 7 years ago

sigh-babel v0.12.3

Weekly downloads
9
License
MIT
Repository
github
Last release
7 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

7 years ago

0.12.2

7 years ago

0.12.1

8 years ago

0.12.0

8 years ago

0.11.7

8 years ago

0.11.6

9 years ago

0.11.5

9 years ago

0.11.4

9 years ago

0.11.3

9 years ago

0.11.2

9 years ago

0.11.1

9 years ago

0.11.0

9 years ago