We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195c61a commit 4774602Copy full SHA for 4774602
1 file changed
packages/next-swc/crates/wasm/Cargo.toml
@@ -35,6 +35,7 @@ turbo-binding = { workspace = true, features = [
35
"__swc_core_binding_wasm",
36
"__feature_mdx_rs",
37
] }
38
+swc_core = { workspace = true, features = ["ecma_ast_serde", "common"] }
39
40
41
# Workaround a bug
0 commit comments