RollupError:[[插件扣留]] Nuxt3

问题描述 投票:0回答:1

我正在将我的应用程序从 Nuxt2 升级到 Nuxt3。

升级并移动所有内容以运行应用程序后,我收到了这个错误,我一直在与之斗争。

 ERROR  RollupError: [plugin impound] Vue app aliases are not allowed in server runtime. [importing #build/nuxt.config.mjs from node_modules/nuxt/dist/app/nuxt.js]

以下是我的依赖项

`"dependencies": {
    "@nuxtjs/auth": "^1.0.2",
    "@pinia/nuxt": "^0.5.4",
    "@sidebase/nuxt-auth": "^0.6.7",
    "@sidebase/nuxt-session": "^0.2.8",
    "firebase": "^10.0.0",
    "firebase-admin": "^12.4.0",
    "mitt": "^3.0.1",
    "nuxt": "^3.13.2",
    "pinia": "^2.2.2",
    "stripe": "^12.5.0"
  }

有谁知道我可以在哪里解决这个问题?

我的 nuxt.config.ts 中没有设置别名。我已经检查了所有文件,以确保没有使用

#
进行奇怪的导入。

vue.js webpack nuxt.js vite rollup
1个回答
0
投票

使用 // 从'nuxt/app'导入{defineAppConfig} 在 app.config.ts 中,这是我的解决方案

© www.soinside.com 2019 - 2024. All rights reserved.