mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
fix(bundle): don't force managed npm resolution (#30200)
Fixes #30187. If you're using --node-modules-dir=manual we should respect that, since resolution may not work with the managed resolver
This commit is contained in:
parent
63e4ee54c9
commit
0b441daa8d
1 changed files with 0 additions and 1 deletions
|
@ -1227,7 +1227,6 @@ fn new_workspace_factory_options(
|
|||
| DenoSubcommand::Init(_)
|
||||
| DenoSubcommand::Outdated(_)
|
||||
| DenoSubcommand::Clean(_)
|
||||
| DenoSubcommand::Bundle(_)
|
||||
),
|
||||
no_lock: flags.no_lock
|
||||
|| matches!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue