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.
t
turansky
08/17/2021, 3:10 AM
Valid script:
Copy code
if (!!config.devServer) {
config.devServer.disableHostCheck=true
}