Skip to content

Commit 6b6110b

Browse files
authored
feat: support optimization in compiler options builder (#8979)
feat: init
1 parent 3c73d06 commit 6b6110b

File tree

12 files changed

+420
-43
lines changed

12 files changed

+420
-43
lines changed

β€ŽCargo.lockβ€Ž

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

β€Žcrates/rspack/Cargo.tomlβ€Ž

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@ rspack_regex = { workspace = true }
1717
rustc-hash = { workspace = true }
1818
serde_json = { workspace = true }
1919

20-
rspack_plugin_devtool = { workspace = true }
21-
rspack_plugin_externals = { workspace = true }
20+
rspack_ids = { workspace = true }
21+
rspack_plugin_devtool = { workspace = true }
22+
rspack_plugin_externals = { workspace = true }
23+
rspack_plugin_javascript = { workspace = true }
24+
# rspack_plugin_lightning_css_minimizer = { workspace = true }
25+
rspack_plugin_runtime_chunk = { workspace = true }
26+
rspack_plugin_swc_js_minimizer = { workspace = true }
2227

2328
[lints]
2429
workspace = true

0 commit comments

Comments
Β (0)