We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4ac8c commit 94cd1a4Copy full SHA for 94cd1a4
template/.babelrc
@@ -6,13 +6,15 @@
6
"> 1%",
7
"last 2 versions",
8
"not ie <= 8"
9
- ]
+ ],
10
+ "node": "8"
11
}
- }],
12
- "stage-2"
+ }]
13
],
14
"plugins": [
15
- ["babel-plugin-root-import", [
+ [
16
+ "babel-plugin-root-import",
17
18
{
19
"rootPathPrefix": "~",
20
"rootPathSuffix": "."
@@ -21,6 +23,14 @@
21
23
"rootPathPrefix": "@",
22
24
"rootPathSuffix": "client"
25
- ]]
26
+ ]
27
28
29
+ "transform-runtime",
30
+ {
31
+ "polyfill": false,
32
+ "regenerator": true
33
+ }
34
35
]
36
0 commit comments