Open
Description
Just a heads up.
I saw your previous #5 issue on HMR not working.
I added the following to the Startup.Configure method.
using Microsoft.AspNetCore.SpaServices.Webpack;
app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions { HotModuleReplacement = true });
Once I do this, HMR works just fine. I don't have to hit F5 all I have to do is hit save.