Skip to content

Commit 21591f1

Browse files
committed
WIP
1 parent 8a12612 commit 21591f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vite.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export default createAppConfig({
4646
output: {
4747
entryFileNames: 'js/talk-[name].mjs',
4848
chunkFileNames: 'js/chunks/[name].mjs',
49+
// TODO: this setting doesn't work
50+
// experimentalMinChunkSize: 100 * 1024 ** 2,
4951
},
5052
},
5153

0 commit comments

Comments
 (0)