🐛: 更新layer babel配置,修复regeneratorRuntime is not defined

This commit is contained in:
0o张不歪o0
2022-06-25 17:52:06 +08:00
parent aaa072db12
commit d18425cb2a
2 changed files with 13 additions and 5 deletions

View File

@@ -31,5 +31,8 @@
"current node",
"last 2 versions and > 2%",
"ie > 10"
]
}
],
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.18.5"
}
}