You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracks Rspack 2 support on a dedicated feature branch while keeping Rspack 1 and webpack working from the same Re.Pack release.
Incremental implementation PRs merge into dannyhw/rspack-2-support after their own review. When one change depends on another, it targets that prerequisite PR first; once the prerequisite lands, the dependent PR is retargeted toward the feature branch. The complete feature is verified here before this draft PR merges to main.
#1401 and #1402 currently target prerequisite #1397. #1404 remains on the temporary integration base until its implementation prerequisites have landed, then it will retarget to this feature branch.
Delivery flow
Review and merge a bounded implementation PR into this feature branch, or into a prerequisite PR when ordering requires it.
Retarget dependent PRs as their prerequisites land.
Verify the combined feature branch after each merge.
Merge this draft feature PR to main only after the full Rspack 1, Rspack 2, and webpack validation matrix passes.
Validation
The current foundations-only feature branch passes:
pnpm install --frozen-lockfile
pnpm turbo run typecheck test --force — 17/17 tasks
Re.Pack: 30 suites / 290 tests
Integration: 58 tests
Tester app: 12 tests
#1394 also passed its GitHub Lint, TypeScript, Tests, CodeQL, and Vercel checks before merging.
Broader dual-major validation will be recorded here as later steps land.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
This pull request has been marked as stale because it has been inactive for 30 days. Please update this pull request or it will be automatically closed in 14 days.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
status:staleMissing feedback or response for prolonged period of time.
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Tracks Rspack 2 support on a dedicated feature branch while keeping Rspack 1 and webpack working from the same Re.Pack release.
Incremental implementation PRs merge into
dannyhw/rspack-2-supportafter their own review. When one change depends on another, it targets that prerequisite PR first; once the prerequisite lands, the dependent PR is retargeted toward the feature branch. The complete feature is verified here before this draft PR merges tomain.Technical design:
agent_context/rspackv2-jul2026/design.md.Current feature-branch state
Only the first implementation step has landed so far:
The remaining work has been reduced to four implementation PRs without folding it wholesale into this branch:
#1401 and #1402 currently target prerequisite #1397. #1404 remains on the temporary integration base until its implementation prerequisites have landed, then it will retarget to this feature branch.
Delivery flow
mainonly after the full Rspack 1, Rspack 2, and webpack validation matrix passes.Validation
The current foundations-only feature branch passes:
pnpm install --frozen-lockfilepnpm turbo run typecheck test --force— 17/17 tasks#1394 also passed its GitHub Lint, TypeScript, Tests, CodeQL, and Vercel checks before merging.
Broader dual-major validation will be recorded here as later steps land.