webpack-hot-middleware
webpack-hot-middleware copied to clipboard
Only rebuilding if newly installed
I have a curious issue in which the hot reloading "webpack compiling and building..." on change of some components only works on a new work day after deleting node_modules and npm i again (then it continuously works until the next day)
To what issue could this behavior point to? What is different from the newly installed and the installed previously state/ what could cause this issue?