0

i wanted to implement an hot-reload feature in my app.

Basically when i change a file that returns a value i want it to be working on my running application.

This involves some require.cache knowledge that maybe i got wrong, i've found a small repo that i thought it could help me with no chance.

The repo is clear-module and i prepared a small example on top of it

git clone git@bitbucket.org:giggioz/test-clear-module.git

install the modules with

npm i 

and then run it with

node index.js

This code prints every 500ms a value. This value comes from a delegate.

My Issue

If i change the value returned by get-points.js while the code is running it does not do anything... i would expect a change, right?

Thanks for your help!

Giggioz
  • 457
  • 7
  • 21

0 Answers0