antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

HMR is broken in the current build #33

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

This probably got broken somewhere within CS -> JS conversion process. Just need to figure out what has changed and resolve.

eldh commented 9 years ago

works for me

winkler1 commented 9 years ago

Me too

bebraw commented 9 years ago

We spent some time debugging this. The problem has to do with content. Changes made to it won't get caught by HMR due to the way it works. We'll likely need to rethink our approach a bit or try something rougher (full refresh on content modifications).