diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index f0c8cb166c82..e7614abd1b34 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -43,7 +43,7 @@ common_perf = ["swc_common/perf"] # swc_ecma_loader/cache* ecma_loader_lru = ["swc_ecma_loader/lru"] -ecna_loader_parking_lot = ["swc_ecma_loader/parking_lot"] +ecma_loader_parking_lot = ["swc_ecma_loader/parking_lot"] # swc_ecma_minifier/concurrent ecma_minifier_concurrent = ["swc_ecma_minifier/concurrent"]