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

Example not working

nachocab opened this issue · comments

When I run the example, I can see that webpack built the bundle. If I fix the typo in index.html ("Tpe something in here to prove state isn't lost") and save the file, I can see that webpack rebuilt the bundle, but the website doesn't update until I manually reload.

I met the same problem. Do you solve it?