diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-24 13:44:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 13:44:38 -0400 |
commit | 348291f5eccfa19fde67e16bc5d706b5f465da09 (patch) | |
tree | 30547118c514e138bcf674e8a950718b09d7c2c1 /cli/proc_state.rs | |
parent | 18fcef8b294f98df5eb555fb166afafebeaed71f (diff) |
fix(npm): always require --unstable flag even for esm (#15583)
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index bc5c36e13..123c9f262 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -226,6 +226,7 @@ impl ProcState { &dir, cli_options.reload_flag(), cli_options.cache_setting(), + cli_options.unstable(), )?; Ok(ProcState(Arc::new(Inner { |