mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +02:00
perf(core): fix bad value for mergeDuplicateChunks (typo) (#11177)
This commit is contained in:
parent
2371ca7b74
commit
d6be84a1e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue