Compare commits
2 commits
next
...
faster-loa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbc07d6c19 | ||
|
|
313f2a1376 |
1 changed files with 15 additions and 0 deletions
|
|
@ -181,5 +181,20 @@ export default defineConfig({
|
||||||
// bundleAnalyze: {
|
// bundleAnalyze: {
|
||||||
// analyzerMode: 'json',
|
// analyzerMode: 'json',
|
||||||
// },
|
// },
|
||||||
|
chunkSplit: {
|
||||||
|
strategy: 'split-by-experience',
|
||||||
|
forceSplitting: [
|
||||||
|
// todo remove small chunks eg lodash
|
||||||
|
/minecraft-protocol/,
|
||||||
|
/prismarine-viewer/,
|
||||||
|
/three/,
|
||||||
|
/react/,
|
||||||
|
/blockStatesModels/,
|
||||||
|
/browserfs/,
|
||||||
|
/minecraft-data/, // todo remove
|
||||||
|
/mc-assets/,
|
||||||
|
/prosemirror-markdown|flying-squid|/
|
||||||
|
],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue