template-webpack icon indicating copy to clipboard operation
template-webpack copied to clipboard

Bug: Application Fails to Load When `devServer.hot` Is `true`

Open ITenthusiasm opened this issue 4 years ago • 0 comments

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:)

ITenthusiasm avatar Aug 13 '21 17:08 ITenthusiasm