mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(vite): ignore optimising #app-manifest
This commit is contained in:
parent
996fec420f
commit
f86d749077
@ -103,6 +103,9 @@ export async function buildClient (ctx: ViteBuildContext) {
|
||||
'ufo',
|
||||
'unctx',
|
||||
'unenv',
|
||||
|
||||
// these will never be imported on the client
|
||||
'#app-manifest',
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
|
Loading…
Reference in New Issue
Block a user