Skip to content

Commit

Permalink
Fix: [Client] webpack-dev-server のエラー発生時のオーバーレイ表示を無効化
Browse files Browse the repository at this point in the history
回避できないが動作に影響しないエラーまで執拗に表示されてうざいため
  • Loading branch information
tsukumijima committed Sep 13, 2023
1 parent f3ef4b0 commit e18cd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
port: 7011,
allowedHosts: 'all',
client: {
overlay: false, // エラー発生時のオーバーレイ表示を無効化
webSocketURL: 'wss://0.0.0.0:7001/ws',
}
},
Expand Down

0 comments on commit e18cd8b

Please sign in to comment.