We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c396a1 commit aff9de5Copy full SHA for aff9de5
.changeset/dull-donuts-learn.md
@@ -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
@@ -48,7 +48,8 @@ plugin_transform_host_native = [
48
"swc_plugin_runner/plugin_transform_host_native",
49
]
50
# Do not inject tokio runtime while running plugin transforms
51
-manual-tokio-runtmie = []
+manual-tokio-runtmie = ["manual-tokio-runtime"]
52
+manual-tokio-runtime = []
53
54
[dependencies]
55
anyhow = { workspace = true }
0 commit comments