Skip to content

Commit e3516a5

Browse files
committedMar 19, 2025
fix module batches edge
1 parent 0d216f0 commit e3516a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎turbopack/crates/turbopack-core/src/module_graph/module_batches.rs

+1
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ pub async fn compute_module_batches(
530530
if chunkable_module.is_some() {
531531
PreBatchItem::ParallelModule(module)
532532
} else {
533+
pre_batches.single_module_entries.insert(module);
533534
PreBatchItem::NonParallelEdge(ChunkingType::Parallel, module)
534535
}
535536
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.