Skip to content

Commit

Permalink
disable host name check
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Nov 22, 2017
1 parent 7fe57b6 commit 6fe263b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
logs
*.log

package-lock.json
# Runtime data
pids
*.pid
Expand Down
1 change: 1 addition & 0 deletions dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var compiler = webpack(devConfig);
new WebpackDevServer(compiler, {
publicPath: devConfig.output.publicPath,
contentBase: "./build",
disableHostCheck: true,
hot: true,
quiet: false,
filename: 'app.js',
Expand Down

0 comments on commit 6fe263b

Please sign in to comment.