Skip to content

Commit

Permalink
new babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano committed Sep 11, 2020
1 parent a01dee4 commit 486235c
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 76 deletions.
2 changes: 1 addition & 1 deletion build/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gulp.task("build", function () {
return gulp.src('../src/esheep.js')
.pipe(rename('esheep.min.js'))
.pipe(babel({
presets: ['es2015']
presets: ['@babel/preset-env']
}))
.pipe(sourcemaps.init()) /*
.pipe(uglify()) */
Expand Down
Loading

0 comments on commit 486235c

Please sign in to comment.