Skip to content

Commit e7d8241

Browse files
committed
Turbopack: disable input source maps for analyze
1 parent c09e499 commit e7d8241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/napi/src/next_api/analyze.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ async fn get_analyze_data_operation(
5757
app_dir_only: bool,
5858
) -> Result<Vc<OutputAssets>> {
5959
let project = container.project();
60-
let project =
61-
project.with_next_config(project.next_config().with_production_browser_source_maps());
60+
let project = project.with_next_config(project.next_config().with_analyze_config());
6261

6362
let analyze_output_root = project
6463
.node_root()

0 commit comments

Comments
 (0)