mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
fix(vite): exclude nuxt/app
from optimised deps
This commit is contained in:
parent
2960aa3426
commit
9e789c76c0
@ -53,7 +53,8 @@ export async function bundle (nuxt: Nuxt) {
|
||||
}
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['vue']
|
||||
include: ['vue'],
|
||||
exclude: ['nuxt/app']
|
||||
},
|
||||
css: resolveCSSOptions(nuxt),
|
||||
build: {
|
||||
|
Loading…
Reference in New Issue
Block a user