Skip to content

Commit

Permalink
misc(webpack): disable host check when running dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Oct 5, 2017
1 parent 066e38e commit 49ede6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ module.exports = {
Markdown: path.resolve('docs/components/Markdown/Markdown.js'),
},
webpackConfig: {
devServer: {
disableHostCheck: true,
},
module: {
loaders: [
{
Expand Down

0 comments on commit 49ede6b

Please sign in to comment.