-
-
Notifications
You must be signed in to change notification settings - Fork 198
chore(infra): add Rsdoctor bundle diff CI #2722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR integrates Rsdoctor, a build analysis tool, into the Rspress website project to enable bundle size tracking and build performance monitoring. The integration is conditional (activated via RSDOCTOR environment variable) and includes CI workflow automation for analyzing build artifacts.
- Added Rsdoctor Rspack plugin configuration to the website build setup
- Implemented a new GitHub Actions workflow for automated build analysis on pull requests
- Removed an unused import from the core package configuration
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/rspress.config.ts | Added Rsdoctor plugin integration with conditional activation and custom output configuration |
| website/package.json | Added @rsdoctor/rspack-plugin dependency at version 1.3.7 |
| pnpm-lock.yaml | Updated lockfile with all Rsdoctor package dependencies and transitive dependencies |
| packages/core/rslib.config.ts | Removed unused path import |
| .github/workflows/diff.yml | Added new CI workflow for build analysis with Rsdoctor action |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f675af7 to
44576fd
Compare
Rsdoctor Bundle Diff Analysis
Generated by Rsdoctor Action |
e80da4c to
6e4aa1b
Compare
Pull request was closed
Summary
chore: rspress repo add diff CI
Demo:
#2721
Related Issue
Checklist