赞
踩
ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
disableHostCheck=true 作用是关闭 host 检查 。
因为devServer对host做了限制,如果想通过域名访问,需要对devServer增加配置项。
在webpack 5 中disableHostCheck应该被遗弃了,查看文档了解到需将 disableHostCheck:true
替换为historyApiFallback: true,allowedHosts: “all”,
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。