8000
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 180af04 commit b5782e0Copy full SHA for b5782e0
turbopack/crates/turbopack-core/src/chunk/chunk_group.rs
@@ -45,7 +45,7 @@ pub async fn make_chunk_group(
45
ChunkLoading::Edge
46
);
47
let should_trace = *chunking_context.is_tracing_enabled().await?;
48
- let should_merge_modules = *chunking_context.is_module_merging_enabled().await?;
+ let should_merge_modules = false; //*chunking_context.is_module_merging_enabled().await?;
49
let batching_config = chunking_context.batching_config();
50
51
let ChunkGroupContent {
0 commit comments