Skip to content

Commit bffee9c

Browse files
committed
Exclude vite chunks
1 parent 52c49c0 commit bffee9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/vite.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ export default defineConfig({
2020
},
2121
cors: false,
2222
},
23+
optimizeDeps: {
24+
exclude: [
25+
'chunk-QZIGV62A.js?v=fa23f911',
26+
'chunk-DYQIOKDO.js?v=fa23f911',
27+
],
28+
},
2329
plugins: [react()],
2430
});

0 commit comments

Comments
 (0)