Skip to content

Commit e994f0c

Browse files
committed
Disable host check
1 parent 04d9fe6 commit e994f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module.exports = {
8787
},
8888
// https://webpack.github.io/docs/webpack-dev-server.html#additional-configuration-options
8989
devServer: {
90+
disableHostCheck: true,
9091
noInfo: false,
9192
lazy: false,
9293
// https://webpack.github.io/docs/node.js-api.html#compiler

0 commit comments

Comments
 (0)