Skip to content

Commit d81dc69

Browse files
centerorbityyx990803
authored andcommitted
docs: adding disableHostCheck default value (#1373)
1 parent 60c3d30 commit d81dc69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/config.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ module.exports = {
6969
// configure webpack-dev-server behavior
7070
devServer: {
7171
open: process.platform === 'darwin',
72+
disableHostCheck: false,
7273
host: '0.0.0.0',
7374
port: 8080,
7475
https: false,

0 commit comments

Comments
 (0)