#pre-bundling dependencies of linked monorepo package
1 messages · Page 1 of 1 (latest)
If I understand correctly what you are asking, it sounds like you probably have to install those dependencies into your monorepo in order for HMR to work
Vite pre-bundling works by parsing dependencies in source code files, not based on package.json.