Skip to content

Commit

Permalink
fix(webpack): disable host check
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Aug 23, 2017
1 parent 279b052 commit 9a353b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = require('./webpack.config.dev');

new Server(webpack(config), {
contentBase: './test/',
disableHostCheck: true,
publicPath: config.output.publicPath,
stats: {
colors: true,
Expand Down

0 comments on commit 9a353b2

Please sign in to comment.