mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +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',
|
'ufo',
|
||||||
'unctx',
|
'unctx',
|
||||||
'unenv',
|
'unenv',
|
||||||
|
|
||||||
|
// these will never be imported on the client
|
||||||
|
'#app-manifest',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
|
Loading…
Reference in New Issue
Block a user