gulp-module-bundle

0.0.2 • Public • Published

gulp-module-bundle npm version

es6模块捆绑器

Install

npm install --save-dev gulp-module-bundle

Example

var gulp = require('gulp');
var bundle = require('gulp-module-bundle');
gulp.task('bundle', function () {
    return gulp.src(src)
        .pipe(bundle())
        .pipe(gulp.dest(dest));
});

License

MIT

Package Sidebar

Install

npm i gulp-module-bundle

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • guangming