docs(blog): add Rspack 2.0 release posts#13703
Open
LingyuCoder wants to merge 124 commits intomainfrom
Open
Conversation
1c6b969 to
143ccf7
Compare
Contributor
Rsdoctor Bundle Diff Analysis
Found 6 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
ahabhgk
reviewed
Apr 15, 2026
Flesh out the two Rspack 2.0 blog sections previously marked with owner handles, using details cross-checked against the source and existing docs: - Better ESM output: trace the pipeline from the experimental EsmLibraryPlugin in 1.6 to its stabilization behind output.library.type: 'modern-module' in 2.0, describe what the modern-module path takes over (scope hoisting, ESM chunk rendering/linking, cross-chunk module dedup, preserveModules), and list the defaults it implies. - splitChunks.enforceSizeThreshold: specify which limits are bypassed (maxAsyncRequests, maxInitialRequests, minRemainingSize), document the default values (50000 in production, 30000 otherwise), and cover per-type object form plus cache-group-level usage.
Flesh out the resolveImport note with details cross-checked against the CSS parser source and module.parser docs: - Note that the option applies to css, css/auto, and css/module. - Document the three value forms (true/false/function) and what each does to the @import statement (inlined vs. preserved verbatim). - Describe the full callback context (url, resourcePath, media, supports, layer), not just url. - Replace the placeholder url.includes('style.css') example with a realistic "skip remote stylesheets, inline local ones" predicate.
Merged
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Rspack 2.0 release announcement blog posts (EN/ZH) and updates related docs/indexing so they show up in the site and cross-reference the latest ecosystem resources.
Changes:
- Add new “Announcing Rspack 2.0” blog posts for English and Chinese locales.
- Update blog indexes (
_meta.json) and refresh a few related doc links (RSC examples, Angular Rspack reference) + a small Module Federation note. - Minor website polish: default blog author avatar asset + spellchecker word list updates.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/project-words.txt | Adds new proper nouns (“vize”, “xmcp”) to the project dictionary for docs/blog spelling checks. |
| website/hooks/useBlogPages.tsx | Updates the default blog author avatar URL used in blog listings. |
| website/docs/zh/guide/tech/rsc.mdx | Updates the RSC examples link target. |
| website/docs/zh/guide/start/ecosystem.mdx | Updates Angular Rspack link to Nx documentation. |
| website/docs/zh/guide/features/module-federation.mdx | Adds a short note about shared dependency tree shaking in Rspack 2.0. |
| website/docs/zh/blog/announcing-2-0.mdx | Adds the Chinese Rspack 2.0 release announcement post. |
| website/docs/zh/blog/announcing-1-2.mdx | Updates Angular Rspack link to Nx documentation. |
| website/docs/zh/blog/_meta.json | Inserts the new 2.0 post into the Chinese blog index ordering. |
| website/docs/en/guide/tech/rsc.mdx | Updates the RSC examples link target. |
| website/docs/en/guide/start/ecosystem.mdx | Updates Angular Rspack link to Nx documentation. |
| website/docs/en/guide/features/module-federation.mdx | Adds a short note about shared dependency tree shaking in Rspack 2.0. |
| website/docs/en/blog/announcing-2-0.mdx | Adds the English Rspack 2.0 release announcement post. |
| website/docs/en/blog/announcing-1-2.mdx | Updates Angular Rspack link to Nx documentation. |
| website/docs/en/blog/_meta.json | Inserts the new 2.0 post into the English blog index ordering. |
💡 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.
Summary
website/docs/*/blog_meta.jsonentries so the new posts appear in both locales