Skip to content
Snippets Groups Projects
Commit 83bea6e9 authored by Mike Greiling's avatar Mike Greiling
Browse files

add disableHostCheck to devServer config since webpack dev server is proxied

parent 937bbac9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -257,6 +257,7 @@ if (IS_DEV_SERVER) {
config.devServer = {
host: DEV_SERVER_HOST,
port: DEV_SERVER_PORT,
disableHostCheck: true,
headers: { 'Access-Control-Allow-Origin': '*' },
stats: 'errors-only',
hot: DEV_SERVER_LIVERELOAD,
Loading
Loading
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