Skip to content

Commit a5b3bf5

Browse files
committed
fix bad merge
1 parent 205aadd commit a5b3bf5

File tree

1 file changed

+2
-0
lines changed
  • turbopack/crates/turbopack-node/src/transforms

1 file changed

+2
-0
lines changed

turbopack/crates/turbopack-node/src/transforms/webpack.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,8 @@ impl EvaluateContext for WebpackLoaderContext {
536536
source: IssueSource::from_source_only(self.context_source_for_issue),
537537
path: build_path,
538538
}
539+
.resolved_cell()
540+
.emit();
539541
}
540542
}
541543
}

0 commit comments

Comments
 (0)