Rahim Klaber
08/17/2021, 1:06 AMconfig.devServer.disableHostCheck=true in a webpack config snippet, but It tells me that disableHostCheck is not a valid property. I don't have much experience with webpack but from what I understand what I did should work.turansky
08/17/2021, 3:10 AMif (!!config.devServer) {
config.devServer.disableHostCheck=true
}
Basause devServer doesn’t exist in build taskturansky
08/17/2021, 3:12 AMdisableHostCheck doesn’t exist in webpack-dev-server 4, you will see allowed options in error message