webpack Dev Server Invalid Options options should NOT have additional properties 解决办法
出现上面问题的原因是webpack.config.js中config.devServer配置出现了问题constconfig={...}if(isDev){config.devServer={port:8000,host:'0.0.0.0',overlay:{errors:true,},historyFallback:{//注意看这里}//open:true}}我们注意到上面的代码中,histor