coreui/coreui-free-vue-admin-template

ReferenceError: regeneratorRuntime is not vue js 2

vadimt2 opened this issue · 1 comments

During the debug I'm getting this issue

ReferenceError: regeneratorRuntime is not

Just after downloading the project.

I have added this code to main.js

import "core-js/stable";
import "regenerator-runtime/runtime";

and I have added "@babel/plugin-transform-runtime": "^7.13.8",
to package.json

and still I have the same issue:

ReferenceError: regeneratorRuntime is not

During debug.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions