Skip to content Skip to sidebar Skip to footer

Webpack To Also Watch Node Modules For Hot Reloading Is Not Working

I am using npm link in our main application to point to the submodules packages. npm link is working fine for me,I want to add one more feature as soon as the references place thro

Solution 1:

If you are using javascript (not typescript) make sure that your \.js$ webpack rule is not excluding node_modules.


Post a Comment for "Webpack To Also Watch Node Modules For Hot Reloading Is Not Working"