Hot module reloading is not working with HtmlWebpackPlugin.
Repository: https://github.com/developer239/workbox-webpack-react/tree/ssr
Server File: https://github.com/developer239/workbox-webpack-react/blob/ssr/server.js
Webpack Base: https://github.com/developer239/workbox-webpack-react/blob/ssr/webpack.common.js
Webpack Dev: https://github.com/developer239/workbox-webpack-react/blob/ssr/webpack.dev.js
Package.json: https://github.com/developer239/workbox-webpack-react/blob/ssr/package.json
npm 4.2.0
node 7.10.0
What do you mean by hot reloading?
is it the js part or the html part
I got the js part working, but unless you use another plugin, you can hot reload the html file generated by html-webpack-plugin
@mastilver
When I change jsx in my app I see that my app is being updated in the console. But I can't see the changes being propagated to the browser. I am trying to figure out for hours now...
I work in branch ssr https://github.com/developer239/workbox-webpack-react/tree/ssr . Please see the giphy bellow.

I'm sorry, this is unrelated to this plugin
Please follow:
Otherwise stackoverflow is a better place to ask those questions
@developer239 I have the same issue now, have you resolved that?
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@mastilver
When I change jsx in my app I see that my app is being updated in the console. But I can't see the changes being propagated to the browser. I am trying to figure out for hours now...
I work in branch ssr https://github.com/developer239/workbox-webpack-react/tree/ssr . Please see the giphy bellow.