-
-
Notifications
You must be signed in to change notification settings - Fork 747
refactor: move collectTypescriptInfo out of rspackExperiments #12535
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 rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 0 projects with changes. 📊 Quick Summary
Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 1.63KB from 47.88MB to 47.88MB (⬇️0.00%) |
Co-authored-by: neverland <[email protected]>
Co-authored-by: neverland <[email protected]>
Co-authored-by: neverland <[email protected]>
Co-authored-by: neverland <[email protected]>
CodSpeed Performance ReportMerging #12535 will not alter performanceComparing Summary
Footnotes
|
Summary
Introduced a new top-level
collectTypeScriptInfooption for the builtinswc-loader, replacing the previousrspackExperiments.collectTypeScriptInfooption. The loader now prefers the top-level option and emits a deprecation warning if the old option is used.Checklist