Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
57b7654
init next-rspack-binding
SyMind Aug 20, 2025
7841dc3
chore: take next-rspack out crago workspace
SyMind Aug 27, 2025
3d4f6df
can build rspack package
SyMind Aug 27, 2025
e3083fb
share NEVER_EXTERNAL_RE
SyMind Aug 28, 2025
8ef6aae
reuse EDGE_NODE_EXTERNALS
SyMind Aug 28, 2025
4aff8fc
refactor get_edge_polyfilled_modules
SyMind Aug 28, 2025
36f687b
use std::async::OnceLock
SyMind Aug 28, 2025
5d22a7b
cargo fmt
SyMind Aug 28, 2025
e09194d
refactor code
SyMind Aug 28, 2025
132f0ef
reuse NODE_EXTERNALS and BUN_EXTERNALS
SyMind Aug 28, 2025
0d2b27d
rm BARREL_OPTIMIZATION_PREFIX
SyMind Aug 28, 2025
5867752
fix: rm dead code
SyMind Aug 28, 2025
69d9435
fix
SyMind Aug 28, 2025
9869699
fix ast-grep
SyMind Aug 28, 2025
0bbfa5b
prettier
SyMind Aug 28, 2025
c617f9c
change dir
SyMind Aug 28, 2025
d2b39c7
change package json
SyMind Aug 28, 2025
635c8dd
rename workflow
SyMind Aug 28, 2025
d3624ef
fix: crago exclude
SyMind Aug 28, 2025
01b6266
fix ci
SyMind Aug 28, 2025
291e1ea
prettier
SyMind Sep 1, 2025
7bfce07
fix: the github ci
SyMind Sep 16, 2025
1890645
change @next-rspack scope
SyMind Sep 17, 2025
bcbcfd2
Merge branch 'canary' into next-rspack-binding
SyMind Sep 17, 2025
f905042
Merge branch 'canary' into next-rspack-binding
SyMind Sep 17, 2025
ae782d2
update uses action
SyMind Sep 17, 2025
0cbedf7
fix: working-directory
SyMind Sep 17, 2025
5295b0a
update dependency
SyMind Sep 17, 2025
2badb46
fix: workflow
SyMind Sep 17, 2025
ebc7f9b
add rust-toolchain
SyMind Sep 17, 2025
6878c02
cargo update
SyMind Sep 17, 2025
7950121
update workflow
SyMind Sep 17, 2025
87fbd17
fix cargo lock
SyMind Sep 17, 2025
6b6a225
ApplyContext
SyMind Sep 17, 2025
db1975e
use patch.crates-io for next-taskless
SyMind Sep 18, 2025
0bfc98a
cargo fmt
SyMind Sep 18, 2025
53f60cc
fix build failed
SyMind Sep 18, 2025
bc65d09
fix: cross bug
SyMind Sep 18, 2025
8afa6dc
update rspack-toolchain
SyMind Sep 18, 2025
f38d5b5
chore: update rspack-contrib
SyMind Sep 18, 2025
acd807e
Merge branch 'canary' into next-rspack-binding
SyMind Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ members = [
"turbopack/xtask",
]

exclude = ["crates/next-error-code-swc-plugin"]
exclude = [
"crates/next-error-code-swc-plugin",
"crates/next-rspack"
]

[workspace.lints.clippy]
too_many_arguments = "allow"
Expand Down
1 change: 1 addition & 0 deletions crates/next-rspack/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
workspace-root=false
Loading
Loading