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
The text was updated successfully, but these errors were encountered:
Nick-Lucas
changed the title
rspack in react app fails cannot resolve deep-imports from a monorepo library
rspack in react app cannot resolve deep-imports from a monorepo library
Nov 20, 2023
A common pattern with Nx is to have a library with its imports not in the main
index.ts
, this is achieved just by adding a glob path totsconfig.json
When using rspack though, this seems to not work, as it can't resolve the import:
Minimal reproduction here, it's just 1 app 1 lib and 1 deep import: https://github.com/Nick-Lucas/nx-spack-import-repro
The text was updated successfully, but these errors were encountered: