Skip to content

Commit ec613e5

Browse files
committed
fix(vite): ignore optimising #app-manifest
1 parent a4d4d48 commit ec613e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vite/src/client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ export async function buildClient (ctx: ViteBuildContext) {
103103
'ufo',
104104
'unctx',
105105
'unenv',
106+
107+
// these will never be imported on the client
108+
'#app-manifest',
106109
],
107110
},
108111
resolve: {

0 commit comments

Comments
 (0)