Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 2, 2022
1 parent cfb1a55 commit 42dfd84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions crates/swc_plugin_runner/Cargo.toml
Expand Up @@ -24,6 +24,8 @@ plugin_transform_schema_vtest = ["swc_common/plugin_transform_schema_vtest"]

# Enable ECMASCript support
ecma = ["swc_ecma_ast/rkyv-impl"]
# Enable CSS support
css = ["swc_css_ast/rkyv-impl"]

__rkyv = []
rkyv-bytecheck-impl = [
Expand All @@ -43,9 +45,9 @@ serde_json = "1.0.64"
swc_common = {version = "0.29.17", path = "../swc_common", features = [
"concurrent",
]}
swc_css_ast = {version = "0.128.1", path = "../swc_css_ast", optional = true}
swc_ecma_ast = {version = "0.95.1", path = "../swc_ecma_ast", optional = true}
swc_plugin_proxy = {version = "0.23.1", path = "../swc_plugin_proxy"}

swc_plugin_proxy = {version = "0.23.0", path = "../swc_plugin_proxy"}
tracing = "0.1.32"
wasmer = {version = "2.3.0", default-features = false}
wasmer-wasi = {version = "2.3.0", default-features = false}
Expand Down

0 comments on commit 42dfd84

Please sign in to comment.