Skip to content

Commit

Permalink
fix(es/plugin): Fix plugin starter template (#6723)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSidhion committed Dec 27, 2022
1 parent bfb2ffe commit 082dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/swc_cli/src/commands/plugin.rs
Expand Up @@ -164,7 +164,7 @@ lto = true
[dependencies]
serde = "1"
swc_core = {{ version = "{}", features = ["plugin_transform"] }}
swc_core = {{ version = "{}", features = ["ecma_plugin_transform"] }}
# .cargo/config defines few alias to build plugin.
# cargo build-wasi generates wasm-wasi32 binary
Expand Down

0 comments on commit 082dc21

Please sign in to comment.