diff options
Diffstat (limited to 'cli/proc_state.rs')
| -rw-r--r-- | cli/proc_state.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index 188f57289..d3a0618ef 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -393,6 +393,7 @@ impl ProcState { build_graph_with_npm_resolution( graph, + &self.resolver, &self.npm_resolver, roots.clone(), &mut cache, @@ -695,6 +696,7 @@ impl ProcState { let mut graph = ModuleGraph::default(); build_graph_with_npm_resolution( &mut graph, + &self.resolver, &self.npm_resolver, roots, loader, |
