Skip to content

Commit

Permalink
disable hostcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AlPasser committed Oct 13, 2020
1 parent 2c56a06 commit 7663916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
publicPath: config.dev.assetsPublicPath,
proxy: config.dev.proxyTable,
quiet: true, // necessary for FriendlyErrorsPlugin
disableHostCheck: true,
watchOptions: {
poll: config.dev.poll,
}
Expand Down

0 comments on commit 7663916

Please sign in to comment.