Skip to content

Commit af88281

Browse files
committed
perf: reuse JsModuleGraphConnection between compilation
1 parent 5b07e99 commit af88281

File tree

16 files changed

+2061
-219
lines changed

16 files changed

+2061
-219
lines changed

Cargo.lock

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

crates/node_binding/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ version = "0.2.0"
99
[lib]
1010
crate-type = ["cdylib"]
1111

12+
[features]
13+
plugin = ["rspack_loader_swc/plugin"]
14+
1215
[dependencies]
1316
ropey = { workspace = true }
1417
rspack_allocator = { workspace = true }
@@ -24,6 +27,7 @@ rspack_paths = { workspace = true }
2427
rspack_plugin_html = { workspace = true }
2528
rspack_plugin_javascript = { workspace = true }
2629
rspack_util = { workspace = true }
30+
rspack_loader_next_swc = { workspace = true }
2731

2832
rspack_tracing = { workspace = true }
2933

0 commit comments

Comments
 (0)