Closed
Description
What version of Remix are you using?
1.4.1
Steps to Reproduce
- Create a monorepo with NX (I assume it's the same with turbo repo)
- Create a remix application
- Create a library
- Import something from the library into the application
- Start the application in dev mode
- Save some change in the library file.
Alternative that might go quicker:
- Fork https://github.com/npirotte/hello-visx
- run
npm i
- run
nx dev demo
- do some changes in
packages/bar-chart/src/lib/bar-chart.tsx
Expected Behavior
App rebuild and reload.
Actual Behavior
Nothing happens, I have to do some change in the app itself to have it reloading.