Merged
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
03f27e6 to
a3178e9
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR announces the release of Rspack 1.6, introducing the release blog post in both English and Chinese, updating the blog index pages, and refactoring the Open Graph image URL generation logic.
- Adds comprehensive release announcement documentation for Rspack 1.6 with features like enhanced tree shaking, import defer support, and improved ESM output
- Refactors the Open Graph image URL generation to use a dynamic pattern-matching approach instead of hardcoded version checks
- Removes the
lazyCompilationconfiguration from the builder config
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/rspress.config.ts | Refactored OG image generation to use dynamic pattern matching; removed lazyCompilation config |
| website/docs/en/blog/announcing-1-6.mdx | Added English release announcement for Rspack 1.6 |
| website/docs/zh/blog/announcing-1-6.mdx | Added Chinese release announcement for Rspack 1.6 |
| website/docs/en/blog/index.mdx | Added entry for Rspack 1.6 announcement in English blog index |
| website/docs/zh/blog/index.mdx | Added entry for Rspack 1.6 announcement in Chinese blog index |
| website/docs/en/blog/_meta.json | Added "announcing-1-6" to English blog metadata |
| website/docs/zh/blog/_meta.json | Added "announcing-1-6" to Chinese blog metadata |
| website/project-words.txt | Added "tsgo" to project dictionary |
| website/cspell.config.cjs | Added "tsgo" to spell checker whitelist |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chenjiahan
approved these changes
Oct 30, 2025
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
Release blog for v1.6.0
Related links
Checklist