Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rspack): fix for @nx/rspack/plugin for config options resolution #30012

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryok90
Copy link

@ryok90 ryok90 commented 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.

closed #30011

All details in the issue.

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

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.

closed nrwl#30011
@ryok90 ryok90 requested a review from a team as a code owner February 12, 2025 23:03
@ryok90 ryok90 requested a review from ndcunningham February 12, 2025 23:03
Copy link

vercel bot commented Feb 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Feb 12, 2025 11:06pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[@nx/rspack/plugin] ...rspack.config.js: TypeError: Cannot read properties of undefined (reading 'output')
1 participant