From 716005a0d4afd1042fa75d8bdc32fd13e9ebe95f Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 22 Sep 2022 11:17:02 -0400 Subject: feat(npm): add flag for creating and resolving npm packages to a local node_modules folder (#15971) --- cli/tools/standalone.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tools') diff --git a/cli/tools/standalone.rs b/cli/tools/standalone.rs index 3a2bed105..35170b6b9 100644 --- a/cli/tools/standalone.rs +++ b/cli/tools/standalone.rs @@ -270,6 +270,7 @@ pub fn compile_to_runtime_flags( import_map_path: flags.import_map_path.clone(), inspect_brk: None, inspect: None, + node_modules_dir: false, location: flags.location.clone(), lock_write: false, lock: None, -- cgit v1.2.3