0👍
module.exports = {
//...
devServer: {
client: {
overlay: {
errors: true,
warnings: false,
runtimeErrors: true,
},
},
},
};
0👍
Check your network tab, there might be 404 request
Source:stackexchange.com