feat(npm): add flag for creating and resolving npm packages to a local node_modules folder (#15971)

This commit is contained in:
David Sherret 2022-09-22 11:17:02 -04:00 committed by GitHub
parent 9a216806d5
commit 716005a0d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 744 additions and 126 deletions

View file

@ -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,