Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/napi/src/next_api/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ pub fn project_new(
}
let mut compress = Compression::None;
if let Some(mut trace) = trace {
println!("Turbopack tracing enabled with targets: {trace}");
println!(" Note that this might have a small performance impact.");

trace = trace
.split(",")
.filter_map(|item| {
Expand Down
Loading