Conversation
β Deploy Preview for rspack-v2 canceled.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the watchpack dependency loading in NodeWatchFileSystem to use the pre-compiled version instead of requiring it directly by package name.
Changes:
- Modified the require statement for watchpack to use the compiled version from
../compiled/watchpack/index.js
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 5 projects with changes. π Quick Summary
π Detailed Reports (Click to expand)π react-10kPath:
π react-1kPath:
π react-5kPath:
π ui-componentsPath:
π romePath:
Generated by Rsdoctor GitHub Action |
π¦ Binary Size-limit
π Size decreased by 322.75KB from 47.99MB to 47.68MB (β¬οΈ0.66%) |
Summary
Updated the import path for
watchpackto use the compiled version from../compiled/watchpack/index.jsinstead of requiring it directly by package name.Related links
Checklist