fix(start): upgrade rsbuild for RSC preview asset serving#7738
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (5)
📝 WalkthroughWalkthroughThis PR updates Changesrsbuild/core bump and rsc preview mode
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant Playwright as Playwright runner
participant Config as playwright.config.ts
participant Env as process.env.MODE
participant WebServer as webServer command
Playwright->>Config: load config
Config->>Env: read MODE, default 'ssr'
Config->>WebServer: choose pnpm preview or pnpm start
Config->>WebServer: set env MODE
Possibly related issues
Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…build-preview # Conflicts: # pnpm-lock.yaml
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
@rsbuild/corefor the RSC rsbuild e2e fixture to2.1.2.rsbuild previewe2e mode fore2e/react-start/rsc-rsbuild.Summary by CodeRabbit
New Features
Bug Fixes
@rsbuild/core) to^2.1.2across multiple starters, examples, benchmarks, and end-to-end setups for consistency and compatibility.Tests