Skip to content

Commit 3d4f6df

Browse files
committed
can build rspack package
1 parent 7841dc3 commit 3d4f6df

File tree

11 files changed

+10519
-14
lines changed

11 files changed

+10519
-14
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ members = [
1616
"turbopack/xtask",
1717
]
1818

19-
exclude = ["crates/next-error-code-swc-plugin"]
19+
exclude = [
20+
"crates/next-error-code-swc-plugin",
21+
"crates/next-rspack"
22+
]
2023

2124
[workspace.lints.clippy]
2225
too_many_arguments = "allow"

crates/next-rspack/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
workspace-root=false

0 commit comments

Comments
 (0)