8000 WIP: run tests without merging · vercel/next.js@b5782e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5782e0

Browse files
committed
WIP: run tests without merging
1 parent 180af04 commit b5782e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-core/src/chunk/chunk_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub async fn make_chunk_group(
4545
ChunkLoading::Edge
4646
);
4747
let should_trace = *chunking_context.is_tracing_enabled().await?;
48-
let should_merge_modules = *chunking_context.is_module_merging_enabled().await?;
48+
let should_merge_modules = false; //*chunking_context.is_module_merging_enabled().await?;
4949
let batching_config = chunking_context.batching_config();
5050

5151
let ChunkGroupContent {

0 commit comments

Comments
 (0)
0