发布

  • fix(bundling): use watch mode for rollup plugin (#26139)

    frostbyte_neo 发布于 2024-05-29 13:21:28 +00:00

    Current Behavior

    @nx/rollup/plugin will not properly reload rollup.config.js files
    when they are updated as they are cached.

    Expected Behavior

    @nx/rollup/plugin loads rollup configs with watchMode enabled so
    that rollup utilizes the proper cache busting mechanism so that
    rollup.config.js is properly reloaded.

    Related Issue(s)

    Fixes #

    (cherry picked from commit 27940d3fff)

    下载附件