Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Commit

Permalink
Working on updates for Babel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Nov 20, 2015
1 parent dddcbe1 commit dc3b660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ var config = {
babel: {
// https://www.npmjs.com/package/gulp-babel#babel-options
options: {
stage: 2,
compact: false
presets: ['es2015']
}
},

Expand Down Expand Up @@ -295,8 +294,7 @@ var config = {

// https://www.npmjs.com/package/gulp-babel#babel-options
options: {
stage: 2,
compact: false
presets: ['es2015']
}
},

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"glob": "^5.0.14",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^6.1.0",
"babel-preset-es2015": "^6.1.0",
"gulp-batch": "^1.0.5",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
Expand Down

0 comments on commit dc3b660

Please sign in to comment.