Enable disableHostCheck option of webpack-dev-server (#2790)

th-downstream
abcang 7 years ago committed by Eugen Rochko
parent 1f0c830c97
commit 6e3b33e5f1

@ -13,6 +13,7 @@ module.exports = merge(devConfig, {
compress: true,
historyApiFallback: true,
contentBase: resolve(paths.output, paths.entry),
publicPath
publicPath,
disableHostCheck: true
}
})

Loading…
Cancel
Save