Skip to content

Commit 70c652f

Browse files
committed
use bable stage2 fixed#59
1 parent cc71a5e commit 70c652f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

template/.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"presets": [
3-
["env", { "modules": false }]
3+
["env", { "modules": false }],
4+
"stage-2"
45
]
56
}

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"autoprefixer": "^8.2.0",
1616
"babel-core": "^6.25.0",
1717
"babel-loader": "^7.1.1",
18-
"babel-preset-env": "^1.6.0",
18+
"babel-preset-env": "^1.6.1",
1919
"css-hot-loader": "^1.3.0",
2020
"css-loader": "^0.28.4",
2121
"extract-text-webpack-plugin": "^4.0.0-beta.0",

0 commit comments

Comments
 (0)