feat: add the map of json data size to rspack_plugin_rsdoctor for use in rsdoctor#12927
feat: add the map of json data size to rspack_plugin_rsdoctor for use in rsdoctor#12927
Conversation
dd60aa4 to
8f9a085
Compare
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:
📁 romePath:
📁 ui-componentsPath:
Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🎉 Size decreased by 538.88KB from 48.55MB to 48.03MB (⬇️1.08%) |
Merging this PR will not alter performance
Comparing Footnotes
|
7921050 to
647411a
Compare
feat: rsdoctor plugin add json size feat: rsdoctor plugin add json size feat: rsdoctor plugin add json size
647411a to
7b8d901
Compare
Summary
Add the map of json data size to rspack_plugin_rsdoctor for use in rsdoctor.
This pull request introduces JSON module size collection and reporting in the Rsdoctor plugin, including post-tree-shaking sizes, with new data structures and a plugin hook to gather and integrate this data into the output. It also refactors asset collection for better readability and maintainability and improves inter-plugin integration by exposing necessary APIs and enhancing source map accuracy for JSON modules. These changes enhance module size analysis and asset reporting capabilities.
Related links
Checklist