Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 7, 2023
1 parent 0cb4bdc commit b42972d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions crates/swc_plugin_runner/tests/fixture/issue_6404/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
edition = "2021"
name = "swc_issue_6404"
name = "swc_issue_6404"
publish = false
version = "0.1.0"

Expand All @@ -11,7 +11,6 @@ crate-type = ["cdylib"]

[dependencies]
serde = "1"
swc_core = { path = "../../../../swc_core", features = [
swc_core = {path = "../../../../swc_core", features = [
"ecma_plugin_transform",
"ecma_quote",
] }
]}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ crate-type = ["cdylib"]
serde = "1"
swc_core = {path = "../../../../swc_core", features = [
"ecma_plugin_transform",
"ecma_quote",
]}

0 comments on commit b42972d

Please sign in to comment.