We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a12612 commit 21591f1Copy full SHA for 21591f1
vite.config.mjs
@@ -46,6 +46,8 @@ export default createAppConfig({
46
output: {
47
entryFileNames: 'js/talk-[name].mjs',
48
chunkFileNames: 'js/chunks/[name].mjs',
49
+ // TODO: this setting doesn't work
50
+ // experimentalMinChunkSize: 100 * 1024 ** 2,
51
},
52
53
0 commit comments