Recompile linked node_modules

Hi everyone,

I have an ionic-based project that uses several libraries I also develop. They are separate npm modules that are included by using npm link. However, every time the libraries change, I need to manually restart ionic serve, since the change is not detected. Even when forcing a recompile by changing a file in my app code manually, the library code is not recompiled. I tried manually fiddling with both the watch and webpack config but could not make it work.

Any ideas? Help would be much appreciated!

1 Like

I have the same problem, can anyone help with this??