webpack-contrib / webpack-hot-middleware

Webpack hot reloading you can attach to your own server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No hot reloading when there are warnings

mhgamework opened this issue · comments

I dont get hot reloading when there are warnings. I found a change in the client.js which, if i understand correctly, skips updating modules when there are warnings.

Before this commit this was not the case:
47a1932#diff-215b25d5bf5c0b4623ad1a2b62456f60

Is there a configuration i am missing or is this a regression?

This is an unintended regression introduced by #275

I'm going to mark the new version as deprecated for now, until a fix is done.

Thanks! Should i revert to another version then? For now i managed to remove the warning but im guessing this might pop up again.

Yep, reverting is your best bet for the moment

I've just pushed a fix into master, would you mind giving the prereleased code a go to verify the fix is correct @mhgamework ?

Ok, I'm going to go ahead and release this fix as v2.22.1