[HMR] Waiting for update signal from WDS… The solution of

Solution: Go to node_modules -> webpack -> **hot **-> log.js, open the log.js file, and comment this paragraph as follows

module.exports = function(level, msg){ // if (shouldLog(level)) { // if (level === "info") { // console.log(msg); // } else if (level === "warning") { // console.warn(msg); // } else if (level === "error") { // console.error(msg); //} //Copy the code

The details are shown below :(this is the result shown in vscode)