You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHen using @nx/rspack/plugin coupled with an rspack application, nx graph fails to resolve the
rspack config.
This happens because a return is missing when nxRspackComposablePlugin is enabled.
closednrwl#30011
ryok90
added a commit
to ryok90/nx
that referenced
this issue
Feb 12, 2025
WHen using @nx/rspack/plugin coupled with an rspack application, nx graph fails to resolve the
rspack config.
This happens because a return is missing when nxRspackComposablePlugin is enabled.
closednrwl#30011
Current Behavior
When using @nx/rspack/plugin coupled with an Rspack/React application, Nx is unable to resolve the rspack configuration from
rspack.config.js
.The issue was introduced in this commit and the fix should be a reflection of what was made for the webpack version, return the configuration.
Expected Behavior
Rspack configuration should resolve normally.
GitHub Repo
https://github.com/ryok90/nx-rspack-react-bug
Steps to Reproduce
From reproduced repo:
From scratch:
npx create-nx-workspace
:nx.json
inplugins
:Nx Report
Failure Logs
Package Manager Version
pnpm -v # 9.15.5
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: