feat: add the map of json data size to rspack_plugin_rsdoctor for use rsdoctor#13194
feat: add the map of json data size to rspack_plugin_rsdoctor for use rsdoctor#13194
Conversation
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 855.11KB from 48.91MB to 48.08MB (⬇️1.71%) |
Merging this PR will degrade performance by 15.08%
Performance Changes
Comparing Footnotes
|
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