Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请任何人帮助说明如何使用 webpack5 模块捆绑器创建 nuxt3 项目。在 nuxt3 官方文档中,他们提到他们支持 webpack5,但没有提及如何使用它。默认的 nuxt3 模块捆绑器是 Vite。
感谢Danielroe回答了我的Github 讨论
你可以通过在 nuxt.config.ts 上设置 Vite 来false启用 Webpack:
false
export default defineNuxtConfig({ vite: false })