Skip to content

Commit 0fb0c28

Browse files
committed
give single css chunks a more obvious name
1 parent a9e2a38 commit 0fb0c28

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbopack-css/src/chunk/single_item_chunk

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-css/src/chunk/single_item_chunk/chunk.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl OutputAsset for SingleItemCssChunk {
106106
self.item
107107
.asset_ident()
108108
.with_modifier(single_item_modifier()),
109-
".css".into(),
109+
".single.css".into(),
110110
)
111111
}
112112

0 commit comments

Comments
 (0)