Skip to content

Commit

Permalink
Update swc_core to v0.79.33 (#53308)
Browse files Browse the repository at this point in the history
### What?

Update `swc_core` to swc-project/swc@00a0575

### Why?

To fix minifier regression.

### How?

 - Closes WEB-1326
 - Fixes #53151
 - Fixes #53286
 - Fixes #53273
  • Loading branch information
kdy1 committed Jul 29, 2023
1 parent ed35e2a commit da043b5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 49 deletions.
97 changes: 49 additions & 48 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ next-transform-strip-page-exports = { path = "packages/next-swc/crates/next-tran

# SWC crates
# Keep consistent with preset_env_base through swc_core
swc_core = { version = "0.79.22" }
swc_core = { version = "0.79.33" }
testing = { version = "0.33.21" }

# Turbo crates
Expand Down

0 comments on commit da043b5

Please sign in to comment.