Skip to content

Commit f022ca4

Browse files
authored
Merge pull request #73 from memorylorry/master
restore INVALID HOST HEADER error(Because of webpack update)
2 parents 6268986 + bd8a046 commit f022ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config.entry.app.push(
1111
new WebpackDevServer(webpack(config), {
1212
publicPath: config.output.publicPath,
1313
historyApiFallback: true,
14+
disableHostCheck: true,
1415
hot: true,
1516
stats: {
1617
colors: true,

0 commit comments

Comments
 (0)