feat!: use rspackChunk as default value of chunkLoadingGlobal#12779
feat!: use rspackChunk as default value of chunkLoadingGlobal#12779chenjiahan merged 2 commits intov2from
Conversation
✅ Deploy Preview for rspack-v2 canceled.
|
63ee2d3 to
23c7ced
Compare
Rsdoctor Bundle Diff AnalysisFound 5 projects in monorepo, 5 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 react-10kPath:
📦 Download Diff Report: react-10k Bundle Diff 📁 react-1kPath:
📦 Download Diff Report: react-1k Bundle Diff 📁 react-5kPath:
📦 Download Diff Report: react-5k Bundle Diff 📁 romePath:
📦 Download Diff Report: rome Bundle Diff 📁 ui-componentsPath:
📦 Download Diff Report: ui-components Bundle Diff Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 322.13KB from 47.99MB to 47.68MB (⬇️0.66%) |
Merging this PR will not alter performance
Comparing Footnotes
|
Summary
This PR changes the default naming convention for global variables from webpack-style to rspack-style:
output.chunkLoadingGlobal: Changed default fromwebpackChunk+ uniqueName torspackChunk+ uniqueNameThis change establishes Rspack's own identity and avoids potential conflicts when webpack and Rspack bundles coexist on the same page.
Checklist