We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d9fe6 commit e994f0cCopy full SHA for e994f0c
examples/webpack.config.js
@@ -87,6 +87,7 @@ module.exports = {
87
},
88
// https://webpack.github.io/docs/webpack-dev-server.html#additional-configuration-options
89
devServer: {
90
+ disableHostCheck: true,
91
noInfo: false,
92
lazy: false,
93
// https://webpack.github.io/docs/node.js-api.html#compiler
0 commit comments