I am having troubles to let react know my dependency is changing.
The node modules update as they are supposed to using relative-deps
Relative-deps is doing its job.
I am starting my app: npm run start (react-scripts start), and npm run prepare watch.
If I change something in my dependency, it is noticed. I see relative-deps changing the file in the node modules
unfortunately, the app is not recompiling.
What am I doing wrong?
I am having troubles to let react know my dependency is changing.
The node modules update as they are supposed to using relative-deps
Relative-deps is doing its job.
I am starting my app: npm run start (react-scripts start), and npm run prepare watch.
If I change something in my dependency, it is noticed. I see relative-deps changing the file in the node modules
unfortunately, the app is not recompiling.
What am I doing wrong?