From 2e7bcb422d593248cfb654ee1b7ffd341c83353c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 5 Jul 2023 12:43:22 -0400 Subject: fix(vendor): support import mapped jsxImportSource (#19724) Closes #16108 --- cli/args/config_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/args') diff --git a/cli/args/config_file.rs b/cli/args/config_file.rs index 9d1137b27..76b522a41 100644 --- a/cli/args/config_file.rs +++ b/cli/args/config_file.rs @@ -28,7 +28,7 @@ use std::path::PathBuf; pub type MaybeImportsResult = Result, AnyError>; -#[derive(Hash)] +#[derive(Debug, Clone, Hash)] pub struct JsxImportSourceConfig { pub default_specifier: Option, pub module: String, -- cgit v1.2.3