We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc71a5e commit 70c652fCopy full SHA for 70c652f
template/.babelrc
@@ -1,5 +1,6 @@
1
{
2
"presets": [
3
- ["env", { "modules": false }]
+ ["env", { "modules": false }],
4
+ "stage-2"
5
]
6
}
template/package.json
@@ -15,7 +15,7 @@
15
"autoprefixer": "^8.2.0",
16
"babel-core": "^6.25.0",
17
"babel-loader": "^7.1.1",
18
- "babel-preset-env": "^1.6.0",
+ "babel-preset-env": "^1.6.1",
19
"css-hot-loader": "^1.3.0",
20
"css-loader": "^0.28.4",
21
"extract-text-webpack-plugin": "^4.0.0-beta.0",
0 commit comments