gulp-es6-module-jstransform

0.3.0 • Public • Published

gulp-es6-module-jstransform XO code style

Transpile ES6 modules to CommonJS with es6-module-jstransform.

Install

$ npm install --save-dev gulp-es6-module-jstransform

Usage

var gulp = require('gulp'),
    transform = require('gulp-es6-module-jstransform');

gulp.task('default', function () {
  return gulp.src(['src/**/*.js'])
    .pipe(transform())
    .pipe(gulp.dest('build'));
});

License

MIT © Michael Mayer

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    3
  • 0.2.0
    0
  • 0.1.0
    1

Package Sidebar

Install

npm i gulp-es6-module-jstransform

Weekly Downloads

4

Version

0.3.0

License

MIT

Unpacked Size

4.19 kB

Total Files

4

Last publish

Collaborators

  • schnittstabil