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. 😅)
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. 😅)