bundle-require icon indicating copy to clipboard operation
bundle-require copied to clipboard

Import do not work when using workspaces

Open DiFuks opened this issue 1 year ago • 0 comments

Here's an example

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).

DiFuks avatar Apr 19 '24 17:04 DiFuks