发布

  • fix(angular-rspack): ensure rebuild chunks emitted summary accurate (#34979)

    frostbyte_neo 发布于 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 sets chunks.rendered compared 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

    下载附件