Disable host check for local development.

This commit is contained in:
2021-05-20 10:06:49 +02:00
parent d4f059945d
commit 6c708532ac

View File

@@ -34,6 +34,7 @@ let webpackConfig = merge(commonConfig(true), {
compress: true, compress: true,
historyApiFallback: true, historyApiFallback: true,
host: "0.0.0.0", host: "0.0.0.0",
disableHostCheck: true,
hot: true, hot: true,
overlay: true, overlay: true,
stats: { stats: {