-
fix(rspack): expand serve-static target names for init generator (#32587)
发布于
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-statictarget, runningnx add @nx/rpsackwill fail.The
@nx/rspack:initgenerator does not have any alternative names for
serve-staticcausing conflicts.Expected Behavior
The
initgenerator should provide more options for theserve-static
target such that the plugin can be added without error.下载附件