bundle-require
bundle-require copied to clipboard
Import do not work when using workspaces
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).