-
fix(angular-rspack): ensure rebuild chunks emitted summary accurate (#34979)
发布于
2026-03-24 20:49:51 +00:00 Current Behavior
Currently, rebuilds produce a summary table that is not accurate.
A key difference in how Rspack setschunks.renderedcompared to
Webpack resulted in the logic for determining rebuilt chunks to be
incorrect.Expected Behavior
Ensure the summary table for emitted chunks is accurate on rebuild
Related Issues
It does not fully solve #34936, however it should be a good first step
to finding out if too many chunks are being emitted下载附件