Skip to content
Snippets Groups Projects
Commit 91ddd345 authored by abcang's avatar abcang Committed by Eugen Rochko
Browse files

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

parent 75bd141e
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ module.exports = merge(devConfig, {
compress: true,
historyApiFallback: true,
contentBase: resolve(paths.output, paths.entry),
publicPath
publicPath,
disableHostCheck: true
}
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment