diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-09-08 14:05:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 14:05:34 +1000 |
commit | bf6dbf9855cb21d27838c56932c7536c0cd80a55 (patch) | |
tree | 2a175ada4300064d0b6f54b20f475f6bc436a8c3 /cli/tools/repl.rs | |
parent | 48331030111e9d346f054156fe24bc600a57e100 (diff) |
fix(cli): better handling of source maps (#11954)
Ref: #11874
Diffstat (limited to 'cli/tools/repl.rs')
-rw-r--r-- | cli/tools/repl.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/repl.rs b/cli/tools/repl.rs index 4b3080c63..774cece24 100644 --- a/cli/tools/repl.rs +++ b/cli/tools/repl.rs @@ -663,6 +663,7 @@ impl ReplSession { emit_metadata: false, source_map: false, inline_source_map: false, + inline_sources: false, imports_not_used_as_values: ImportsNotUsedAsValues::Preserve, // JSX is not supported in the REPL transform_jsx: false, |