Skip to content

Commit c3f2082

Browse files
authored
feat: make builtin plugin options ordered in compiler options builder (#8980)
1 parent 6b6110b commit c3f2082

File tree

5 files changed

+212
-81
lines changed

5 files changed

+212
-81
lines changed

Cargo.lock

Lines changed: 21 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ css-module-lexer = { version = "0.0.15" }
4040
dashmap = { version = "6.1.0" }
4141
derive_more = { version = "1.0.0" }
4242
either = { version = "1.13.0" }
43+
enum-tag = { version = "0.3.0" }
4344
futures = { version = "0.3.31" }
4445
glob = { version = "0.3.2" }
4546
hashlink = { version = "0.10.0" }

crates/rspack/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ version = "0.2.0"
88

99
[dependencies]
1010
bitflags = { workspace = true }
11+
enum-tag = { workspace = true }
1112
indexmap = { workspace = true, features = ["rayon"] }
1213
regex = { workspace = true }
1314
rspack_core = { workspace = true }

0 commit comments

Comments
 (0)