Skip to content

Commit a513659

Browse files
committed
fix: correct syntax in gulpfile
1 parent c683576 commit a513659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function babelize(taskName, dir) {
9999
return gulp.src(srcPattern)
100100
.pipe(sourcemaps.init())
101101
.pipe(babel({
102-
presets: [ 'es2015', 'stage-2' ],
102+
presets: [ 'es2015', 'stage-2' ]
103103
}))
104104
.pipe(sourcemaps.write('.'))
105105
.pipe(gulp.dest(destDir));

0 commit comments

Comments
 (0)