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 7ed5741 commit 1f6dbf2Copy full SHA for 1f6dbf2
turbopack/crates/turbopack-core/src/chunk/chunk_group.rs
@@ -375,7 +375,7 @@ pub async fn chunk_group_content(
375
.async_modules
376
.iter()
377
.copied()
378
- .map(|m| AvailableModuleItem::AsyncLoader(m)),
+ .map(AvailableModuleItem::AsyncLoader),
379
)
380
.collect();
381
let availability_info = availability_info
0 commit comments