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 b629ed3 commit ace30a1Copy full SHA for ace30a1
turbopack/crates/turbopack-tracing/tests/node-file-trace.rs
@@ -374,10 +374,12 @@ async fn node_file_trace_operation(
374
enable_typescript_transform: Some(
375
TypescriptTransformOptions::default().resolved_cell(),
376
),
377
- enable_types: true,
+ // enable_types should not be enabled here. It gets set automatically when a TS file
378
+ // is encountered.
379
..Default::default()
380
},
381
css: CssOptionsContext {
382
+ source_maps: SourceMapsType::None,
383
enable_raw_css: true,
384
385
0 commit comments