Skip to content

Commit

Permalink
feat: ✨ update swc emotion
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Jul 29, 2024
1 parent 1138d0d commit 3ffa4f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/mako/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ swc_core = { workspace = true, features = [
"swc_ecma_quote_macros",
] }

swc_emotion = "0.51.0"
swc_emotion = "=0.72.16"
swc_error_reporters = "=0.18.1"
swc_node_comments = "=0.21.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/mako/src/plugins/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub mod bundless_compiler;
pub mod context_module;
pub mod copy;
pub mod detect_circular_dependence;
// pub mod emotion;
pub mod emotion;
pub mod graphviz;
pub mod hmr_runtime;
pub mod ignore;
Expand Down

0 comments on commit 3ffa4f7

Please sign in to comment.