docs: remove Preview with stackblitz section#11614
Conversation
✅ Deploy Preview for rspack 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 removes the "Preview with StackBlitz" section from the documentation, as it's no longer needed after the changes in pull request #11526. The PR also includes a code update to remove attribution comments from a WebContainer fallback module.
- Removed the StackBlitz preview documentation section from both English and Chinese quick-start guides
- Cleaned up attribution comments in the WebContainer fallback module
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/zh/guide/start/quick-start.mdx | Removed Chinese documentation section about StackBlitz preview setup |
| website/docs/en/guide/start/quick-start.mdx | Removed English documentation section about StackBlitz preview setup |
| crates/node_binding/webcontainer-fallback.cjs | Removed attribution comment header |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
📦 Binary Size-limit
🙈 Size remains the same at 47.23MB |
CodSpeed Performance ReportMerging #11614 will not alter performanceComparing Summary
|
Summary
After #11526 there's no need to do that. I have bumped rspack versions in the examples.
Checklist