We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c3d30 commit d81dc69Copy full SHA for d81dc69
docs/config.md
@@ -69,6 +69,7 @@ module.exports = {
69
// configure webpack-dev-server behavior
70
devServer: {
71
open: process.platform === 'darwin',
72
+ disableHostCheck: false,
73
host: '0.0.0.0',
74
port: 8080,
75
https: false,
0 commit comments