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 2371ca7 commit d6be84aCopy full SHA for d6be84a
1 file changed
packages/docusaurus/src/webpack/base.ts
@@ -261,7 +261,7 @@ export async function createBaseConfig({
261
// - On the client, we compared assets/js before/after and see 0 change
262
// `du -sk js-before js-after` => the JS assets have the exact same size
263
// See also https://github.com/facebook/docusaurus/pull/11176
264
- mergeDuplicateChunks: true,
+ mergeDuplicateChunks: false,
265
266
// Only minimize client bundle in production because server bundle is only
267
// used for static site generation
0 commit comments