christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.4k stars 292 forks source link

Hotload Not Working #42

Closed tadwhitaker closed 8 years ago

tadwhitaker commented 8 years ago

Awesome boilerplate, thanks for putting it together.

I got everything to work and started adding some React components. A few loaded fine. Now any changes to my html (or anything) aren't be updated and there's no error to help. Things I've tried:

  1. Quitting process and running NPM start
  2. Running Webpack --watch
  3. Opening in different brower
  4. Restarting

Nothing seems to work. Been combing through Google and nothing seems to work. Any help would be awesome.