Import do not work when using workspaces
DiFuks opened this issue · 0 comments
DiFuks commented
Step to reproduce:
yarn
yarn start
I see that the Readme says: node_modules are excluded because it's problematic to try to bundle them
. But what about workspaces? I have a separate workspace with configuration files in ts format. Relative import works in this case (../shared-workspace/config), but not by package name (@app/shared-workspace/config).