fix(vite): ignore optimising #app-manifest

This commit is contained in:
Daniel Roe 2024-12-19 12:51:31 +00:00
parent 996fec420f
commit f86d749077
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -103,6 +103,9 @@ export async function buildClient (ctx: ViteBuildContext) {
'ufo',
'unctx',
'unenv',
// these will never be imported on the client
'#app-manifest',
],
},
resolve: {