template-webpack
template-webpack copied to clipboard
Bug: Application Fails to Load When `devServer.hot` Is `true`
A really obscure error happens when you try to run the app as is after an install. I had to remove the value (deverServer: { hot: true } }) to get the dev server running.
For future users, it might be helpful fix the webpack dev server config or remove the configuration altogether. (If I knew how to make the fix I would've suggested that instead. :sweat_smile:)