Skip to content

Commit 71de7d6

Browse files
vicapowtmcw
authored andcommitted
Update babel parser (#1114)
1 parent fb2595e commit 71de7d6

25 files changed

+2919
-2905
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"presets": [
3-
["env", {
3+
["@babel/preset-env", {
44
"targets": {
55
"node": 6
66
},
77
"include": ["transform-regenerator"]
88
}],
9-
"flow"
9+
"@babel/preset-flow"
1010
],
11-
"plugins": ["syntax-async-functions"],
11+
"plugins": ["@babel/plugin-transform-async-to-generator"],
1212
"ignore": [
1313
"**/default_theme/assets/*"
1414
]

0 commit comments

Comments
 (0)