-
-
Notifications
You must be signed in to change notification settings - Fork 757
feat!: default targets for loader/plugin derived by rspack target, part 2 #12780
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-v2 canceled.
|
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 5 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 react-1kPath:
📁 react-10kPath:
📁 react-5kPath:
📁 ui-componentsPath:
📁 romePath:
Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 322.13KB from 47.99MB to 47.68MB (⬇️0.66%) |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
01c518c to
e1da2fb
Compare
Summary
platformstotargets, and it's no longer astring[](['chrome 100', 'chrome 101', 'chrome 102', ...]), it's a targets object now ({ chrome: '100', safari: '7' }) which is more compatible with other tools' targetsRelated links
Checklist