Fix ReferenceError: regeneratorRuntime is not defined

This commit is contained in:
Vadim
2021-07-18 16:46:20 +03:00
parent 168743bba8
commit ae0ca7703a
4 changed files with 244 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
}]
],
"plugins": [
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-class-properties",
"@babel/transform-runtime"
],
"env": {
"test": {