Disable host check for local development.
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user