Skip to content

Commit c08f381

Browse files
authored
build(turbopack): Update swc_core to v27.0.4 (#80467)
### What? ChangeLog: swc-project/swc@[email protected][email protected] This PR is expected to regress the build performance a bit but with much better minification rate for some edge cases. ### Why? To apply - swc-project/swc#10603 - swc-project/swc#10604 - swc-project/swc#10602
1 parent 7e310f8 commit c08f381

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" }
290290
turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" }
291291

292292
# SWC crates
293-
swc_core = { version = "27.0.2", features = [
293+
swc_core = { version = "27.0.4", features = [
294294
"ecma_loader_lru",
295295
"ecma_loader_parking_lot",
296296
"parallel_rayon",

0 commit comments

Comments
 (0)