perf(core): fix bad value for mergeDuplicateChunks (typo) (#11177)

This commit is contained in:
Sébastien Lorber 2025-05-13 14:38:03 +02:00 committed by GitHub
parent 2371ca7b74
commit d6be84a1e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,7 @@ export async function createBaseConfig({
// - On the client, we compared assets/js before/after and see 0 change
// `du -sk js-before js-after` => the JS assets have the exact same size
// See also https://github.com/facebook/docusaurus/pull/11176
mergeDuplicateChunks: true,
mergeDuplicateChunks: false,
// Only minimize client bundle in production because server bundle is only
// used for static site generation