docs: replace webpack-merge references with rspack-merge#13933
Merged
Conversation
Update documentation to reflect the change from webpack-merge to rspack-merge for configuration merging. This includes both English and Chinese versions of the docs.
Deploying rspack with
|
| Latest commit: |
a62f616
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b8504b43.rspack-v2.pages.dev |
| Branch Preview URL: | https://jin-doc-rspcak-merge.rspack-v2.pages.dev |
chenjiahan
approved these changes
May 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the configuration documentation to reflect the switch from webpack-merge to rspack-merge as the recommended library for merging multiple Rspack configs, in both English and Chinese docs.
Changes:
- Replace
webpack-mergereferences/links withrspack-mergein the “Merge configurations” sections. - Update install instructions and example import statements to use
rspack-merge. - Update the
extendsdocs to recommendrspack-mergewhenextendsis not applicable (e.g., JS API / other tools).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/en/config/index.mdx | Updates merge-config guidance, install command, example import, and doc link to rspack-merge. |
| website/docs/en/config/extends.mdx | Updates the note to point users to rspack-merge when extends won’t take effect. |
| website/docs/zh/config/index.mdx | Chinese equivalent updates for merge-config guidance, install command, example import, and doc link. |
| website/docs/zh/config/extends.mdx | Updates frontmatter description and the note to recommend rspack-merge. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update documentation to reflect the change from webpack-merge to rspack-merge for configuration merging. This includes both English and Chinese versions of the docs.
Summary
Related links
Checklist