We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6268986 + bd8a046 commit f022ca4Copy full SHA for f022ca4
examples/server.js
@@ -11,6 +11,7 @@ config.entry.app.push(
11
new WebpackDevServer(webpack(config), {
12
publicPath: config.output.publicPath,
13
historyApiFallback: true,
14
+ disableHostCheck: true,
15
hot: true,
16
stats: {
17
colors: true,
0 commit comments