Current Behavior
Seems like starting from nx@^22 a new dependency called @nx/vitest was added - it causes the lint error when a non-buildable library imported to an app.
Expected Behavior
No error since non-buildable libraries can be imported into applications
GitHub Repo
No response
Steps to Reproduce
- Upgrade to nx@^22
- setup non-buildable library using vite and an application
- import this library into your application
- enjoy the error
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response