Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation links for the lazyBarrel feature from the configuration reference path to a dedicated guide page. The links are updated in both the English and Chinese documentation files.
Key Changes
- Updated
lazyBarrellink from/config/experiments#experimentslazybarrelto/guide/optimization/lazy-barrelin both language versions - Changed the domain from
rspack.devtorspack.rsin the English documentation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| website/docs/zh/guide/start/features.mdx | Updated Chinese documentation link for lazyBarrel to point to the optimization guide |
| website/docs/en/guide/start/features.mdx | Updated English documentation link for lazyBarrel and changed domain from rspack.dev to rspack.rs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Built on Rspack | ||
|
|
||
| Rstest is powered by Rspack, enabling high-performance builds and optimizations such as Tree Shaking and [lazyBarrel](https://rspack.dev/config/experiments#experimentslazybarrel). | ||
| Rstest is powered by Rspack, enabling high-performance builds and optimizations such as Tree Shaking and [lazyBarrel](https://rspack.rs/guide/optimization/lazy-barrel). |
There was a problem hiding this comment.
The domain is being changed from rspack.dev to rspack.rs. Please verify that this domain change is intentional and that rspack.rs is the correct domain for the English documentation. If rspack.dev should remain as the English documentation domain, the link should be https://rspack.dev/guide/optimization/lazy-barrel instead.
| Rstest is powered by Rspack, enabling high-performance builds and optimizations such as Tree Shaking and [lazyBarrel](https://rspack.rs/guide/optimization/lazy-barrel). | |
| Rstest is powered by Rspack, enabling high-performance builds and optimizations such as Tree Shaking and [lazyBarrel](https://rspack.dev/guide/optimization/lazy-barrel)). |
Summary
update
lazyBarrellinkhttps://rspack.rs/guide/optimization/lazy-barrel
Related Links
Checklist