There was an error while loading. Please reload this page.
1 parent eb94dd5 commit fcfee6fCopy full SHA for fcfee6f
template/.babelrc
@@ -9,24 +9,13 @@
9
"> 1%",
10
"last 2 versions",
11
"not ie <= 8"
12
- ]
+ ],
13
+ "node": "6.10"
14
}
15
- ],
16
- "stage-2"
+ ]
17
],
18
"plugins": [
19
"transform-runtime"
20
21
- "env": {
22
- "test": {
23
- "presets": [
24
- "env",
25
26
27
- "plugins": [
28
- "istanbul"
29
30
- }
31
32
template/package.json
@@ -29,7 +29,6 @@
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
- "babel-preset-stage-2": "^6.22.0",
33
"chai": "^4.1.2",
34
"eslint": "^4.11.0",
35
"eslint-plugin-vue": "beta",
0 commit comments