Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 27, 2023
1 parent 1cca20c commit 1518fc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/swc_html_minifier/Cargo.toml
Expand Up @@ -31,7 +31,9 @@ swc_ecma_ast = { version = "0.100.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.135.11", path = "../swc_ecma_codegen", features = [
"serde-impl",
] }
swc_ecma_minifier = { version = "0.175.23", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.175.23", path = "../swc_ecma_minifier", features = [
"extra-serde",
] }
swc_ecma_parser = { version = "0.130.10", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.122.16", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.86.6", path = "../swc_ecma_visit" }
Expand Down

0 comments on commit 1518fc8

Please sign in to comment.