Skip to content

Commit

Permalink
Inline babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
digawp committed Mar 4, 2016
1 parent e388a33 commit 11e0f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var istanbul = require('gulp-istanbul');
// By default, individual js files are transformed by babel and exported to /dist
gulp.task("default", function () {
return gulp.src("lib/*.js")
.pipe(babel())
.pipe(babel({ "presets": ["es2015"] }))
.pipe(gulp.dest("dist"));
});

Expand Down

0 comments on commit 11e0f19

Please sign in to comment.