Closed pikilon closed 6 months ago
This is a problem of @nx/rspack
that the latest version is 18.3.7 and even the demo project gives this problem
Reproduce:
npx create-nx-workspace@latest rspack-demo --preset=@nx/rspack
cd rspack-demo
npm start
Linked PR: https://github.com/nrwl/nx-labs/pull/399
Fixed by above PR and subsequent release made: https://www.npmjs.com/package/@nx/rspack
It is not fixed by the latest version 19 of @nx/rspack
I also faced a similar issue with latest version of @nx/rspack.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
Workspaces is not a constructor
Expected Behavior
GitHub Repo
No response
Steps to Reproduce
rsPack
npx nx migrate latest && npx nx migrate --run-migrations
yarn start
stopped workingNx Report
Failure Logs
Package Manager Version
yarn run v1.22.21
Operating System
Additional Information
I have no
.env
files, I clarified this because the only breaking change allegedly in nx 19 was about them. I tried using npm but it also doesn't work