diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-09-22 11:17:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 11:17:02 -0400 |
commit | 716005a0d4afd1042fa75d8bdc32fd13e9ebe95f (patch) | |
tree | 4c417eb7b91d6203aacba7dcd81bee3f13c0cfd3 /cli/tools/standalone.rs | |
parent | 9a216806d514b5f41c73c777010572cdf3c51eab (diff) |
feat(npm): add flag for creating and resolving npm packages to a local node_modules folder (#15971)
Diffstat (limited to 'cli/tools/standalone.rs')
-rw-r--r-- | cli/tools/standalone.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |