Skip to content

Commit

Permalink
use bable stage2 fixed#59
Browse files Browse the repository at this point in the history
  • Loading branch information
Plortinus committed Apr 18, 2018
1 parent cc71a5e commit 70c652f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion template/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"presets": [
["env", { "modules": false }]
["env", { "modules": false }],
"stage-2"
]
}
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"autoprefixer": "^8.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-env": "^1.6.1",
"css-hot-loader": "^1.3.0",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
Expand Down

0 comments on commit 70c652f

Please sign in to comment.