Skip to content

Commit

Permalink
adding disableHostCheck flag to webpack-dev-server because 3.1.11 int…
Browse files Browse the repository at this point in the history
…roduced changes that cause constant console logging running locally (#1795)
  • Loading branch information
jlieb10 authored May 13, 2019
1 parent f8b490c commit cd14098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-ssr": "webpack --config webpack.ssr.js && node scripts/ssrScript.js",
"build-prod": "npm-run-all clean validate test storybook-static 'webpack --config webpack.prod.js --env.prod'",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server --config webpack.dev.js --port 9211 --public support.thegulocal.com",
"webpack-dev-server": "webpack-dev-server --config webpack.dev.js --port 9211 --public support.thegulocal.com --disable-host-check",
"devrun": "npm-run-all clean webpack-dev-server",
"test": "echo 'Running JS tests' && jest",
"stat": "yarn build-prod && webpack-bundle-analyzer public/compiled-assets/stats.json",
Expand Down

0 comments on commit cd14098

Please sign in to comment.