Skip to content

Commit d6be84a

Browse files
authored
perf(core): fix bad value for mergeDuplicateChunks (typo) (#11177)
1 parent 2371ca7 commit d6be84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/docusaurus/src/webpack

packages/docusaurus/src/webpack/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export async function createBaseConfig({
261261
// - On the client, we compared assets/js before/after and see 0 change
262262
// `du -sk js-before js-after` => the JS assets have the exact same size
263263
// See also https://github.com/facebook/docusaurus/pull/11176
264-
mergeDuplicateChunks: true,
264+
mergeDuplicateChunks: false,
265265

266266
// Only minimize client bundle in production because server bundle is only
267267
// used for static site generation

0 commit comments

Comments
 (0)