Skip to content

Commit 99f8e56

Browse files
authored
perf(turbopack): Update modularize_imports (vercel#79012)
### What? Update `modularize_imports` to reduce memory pressure and possibly reduce the RSS. ### Why? We should apply swc-project/plugins#449 ### How? - Closes SWC-648
1 parent 1cb7115 commit 99f8e56

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -307,7 +307,7 @@ testing = { version = "10.0.0" }
307307
browserslist-rs = { version = "0.18.0" }
308308
miette = { version = "5.10.0", features = ["fancy"] }
309309
mdxjs = "1.0.1"
310-
modularize_imports = { version = "0.83.0" }
310+
modularize_imports = { version = "0.83.1" }
311311
styled_components = { version = "0.111.0" }
312312
styled_jsx = { version = "0.87.0" }
313313
swc_emotion = { version = "0.87.0" }

0 commit comments

Comments
 (0)