docs(blog): add Rspack 2.0 release posts#13703
Draft
LingyuCoder wants to merge 111 commits intomainfrom
Draft
Conversation
1c6b969 to
143ccf7
Compare
Deploying rspack with
|
| Latest commit: |
79b52d1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://76a9825d.rspack-v2.pages.dev |
| Branch Preview URL: | https://codex-docs-rspack-2-0-blog.rspack-v2.pages.dev |
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.
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