发布

  • fix(rspack): expand serve-static target names for init generator (#32587)

    frostbyte_neo 发布于 2025-09-02 12:42:06 +00:00

    Current Behavior

    If another plugin, or project/package.json exists in the repo that has a
    serve-static target, running nx add @nx/rpsack will fail.

    The @nx/rspack:init generator does not have any alternative names for
    serve-static causing conflicts.

    Expected Behavior

    The init generator should provide more options for the serve-static
    target such that the plugin can be added without error.

    下载附件