The issue involves a build loop in the vips package during branch changes.
The issue involves the vips package getting stuck in a build loop when changing branches with `npm run dev` running. The root cause seems to be the continuous detection of changes in `packages/vips/src/worker-code.ts`. Potential solutions include keeping a committed stub file or ignoring changes for watch. The issue might be related to another reported problem involving continuously changing hashes.
I've noticed when changing branches with npm run dev running the vips package can get stuck in a build loop:
https://github.com/user-attachments/assets/87871ecf-5d4f-41e8-ad3c-ff9576c66576
The video also shows the endless TS errors that seem to occur when using npm run dev.
The issue seems intermittent, so reproduction might not be easy. Colleagues have confirmed that they also experience the bug, so not just me (for once)
npm run devvips package continually rebuilds over and overNo response
No response
Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!