引入
<script src = "https://cdn.polyfill.io/v2/polyfill.min.js"></script>
或
<script type="text/javascript" src ="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6"></script>
然后 IE 浏览器会报错 Invalid Host/Origin header
新版的webpack-dev-server出于安全考虑,默认检查hostname,如果hostname不是配置内的,将中断访问。
也给出了解决方案:disableHostCheck:true , 在webpack.config.js文件内对devServer进行配置