webpack无法通过 IP 地址访问 localhost 解决方案

解决方案:

在config里面的index.js里面的module.exports下面的dev下面的host:'localhost' 改为 host:'0.0.0.0',就可以访问啦!