Skip to content

Commit

Permalink
Fix swc_core
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 2, 2022
1 parent 5b9d2cd commit a404b3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ __common_plugin_transform = [
"swc_plugin_proxy/plugin-mode",
"swc_plugin_macro",
"once_cell",
"swc_plugin",
]

__css_plugin_transform = [
Expand All @@ -241,15 +242,13 @@ __css_plugin_transform = [
"css_visit",
"css_ast", # Enable optional packages
"swc_css_ast/rkyv-impl",
"swc_plugin",
]
__ecma_plugin_transform = [
# Dependent features
"__common_plugin_transform",
"ecma_visit",
"ecma_ast", # Enable optional packages
"swc_ecma_ast/rkyv-impl",
"swc_plugin",
]

__plugin_transform_bytecheck = [
Expand Down

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

0 comments on commit a404b3d

Please sign in to comment.