Skip to content

Commit add88b6

Browse files
lukesandbergmischnic
authored andcommitted
Update web_entry_source.rs
1 parent bef6a83 commit add88b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-cli/src/dev/web_entry_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub async fn get_client_chunking_context(
5353
RuntimeType::Development,
5454
)
5555
.hot_module_replacement()
56-
.source_map_source_type(SourceMapSourceType::TurbopackUriScheme)
56+
.source_map_source_type(SourceMapSourceType::AbsoluteFileUri)
5757
.dynamic_chunk_content_loading(true)
5858
.build(),
5959
))

0 commit comments

Comments
 (0)