Skip to content

Commit aff9de5

Browse files
authored
fix(es): Fix typo in feature name (#9721)
1 parent 7c396a1 commit aff9de5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/dull-donuts-learn.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
swc: patch
3+
swc_core: patch
4+
---
5+
6+
fix(swc): fix manual-tokio-runtmie -> manual-tokio-runtime typo

crates/swc/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ plugin_transform_host_native = [
4848
"swc_plugin_runner/plugin_transform_host_native",
4949
]
5050
# Do not inject tokio runtime while running plugin transforms
51-
manual-tokio-runtmie = []
51+
manual-tokio-runtmie = ["manual-tokio-runtime"]
52+
manual-tokio-runtime = []
5253

5354
[dependencies]
5455
anyhow = { workspace = true }

0 commit comments

Comments
 (0)