You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Rsdoctor's build bundles can display the relationship between build bundles and modules, the size of the final packaged modules, and module dependency graph information. However, it is not yet intuitive enough to facilitate easier analysis of the build bundles. We are considering that this part of the analysis capability still requires the following features:
Ability to search for modules within the build bundles
Similar to the search component in webpack-bundle-analyzer.
List of the total size proportions of third-party packages in the build bundles
Display the total size of each package included in the bundles as third-party packages within each asset file, sorted from largest to smallest.
Show issuer path chains
The current module graph may lead to overly complex and tedious dependency relationships, making it difficult for users to quickly and intuitively trace reference chains. We will add an issuer path to display a simplified module dependency relationship.
If you have more suggestions regarding the build bundles, please comment below.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, Rsdoctor's build bundles can display the relationship between build bundles and modules, the size of the final packaged modules, and module dependency graph information. However, it is not yet intuitive enough to facilitate easier analysis of the build bundles. We are considering that this part of the analysis capability still requires the following features:
Ability to search for modules within the build bundles
Similar to the search component in webpack-bundle-analyzer.
List of the total size proportions of third-party packages in the build bundles
Display the total size of each package included in the bundles as third-party packages within each asset file, sorted from largest to smallest.
Show issuer path chains
The current module graph may lead to overly complex and tedious dependency relationships, making it difficult for users to quickly and intuitively trace reference chains. We will add an issuer path to display a simplified module dependency relationship.
If you have more suggestions regarding the build bundles, please comment below.
————————————————————————————————————————————————————————————————————
目前 Rsdoctor 的构建产物可以展示构建产物与 module 之间的关系,最终打包的 module 的大小,以及 module 依赖 graph 信息等。但是还不是很直观的可以帮助更便捷的分析构建产物。目前思考这部分分析能力还需要以下几个 feature:
类似 webpack-bundle-analyzer 的搜索组件。
每个 assets 文件中,以 package 为维度展示第三方打包到产物中的每个包的总的大小,并从大到小排序。
目前 module graph 可能带来过于复杂和繁琐的依赖关系,不便于用户直观快速排查引用链,会添加 issuer path 引用链来展示简单的 module 依赖关系。
如果你有针对构建产物的更多建议,可以在下面评论。
Beta Was this translation helpful? Give feedback.
All reactions