You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
错误信息: Code: 1 ScfRequestId: 410fc4b9-0419-11ec-8a36-aecf2ad7e05e Error: ReferenceError: regeneratorRuntime is not defined at /var/user/nuxt.config.js:43:51 at Object.<anonymous>
重现步骤
创建nuxt-ssr 模板
cloudbase init --template nuxt-ssr
npm run deploy
此时一切正常
修改nuxt.config.js 文件,添加routes定义
{
...
routes: async () => {
return []
},
...
}
上传
npm run deploy
访问网页提示报错 regeneratorRuntime is not defined
The text was updated successfully, but these errors were encountered:
nuxt.config.js,编译后导致bug
重现步骤
此时一切正常
上传
访问网页提示报错
regeneratorRuntime is not defined
The text was updated successfully, but these errors were encountered: