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 c09e499 commit e7d8241Copy full SHA for e7d8241
crates/napi/src/next_api/analyze.rs
@@ -57,8 +57,7 @@ async fn get_analyze_data_operation(
57
app_dir_only: bool,
58
) -> Result<Vc<OutputAssets>> {
59
let project = container.project();
60
- let project =
61
- project.with_next_config(project.next_config().with_production_browser_source_maps());
+ let project = project.with_next_config(project.next_config().with_analyze_config());
62
63
let analyze_output_root = project
64
.node_root()
0 commit comments