Skip to content

Commit

Permalink
chore(webpack): disable webSocketServer and warning overlay in `dev…
Browse files Browse the repository at this point in the history
…Server` config (#1519)
  • Loading branch information
dgrebb committed Jan 18, 2024
1 parent bedad49 commit 43b55e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion compare/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ module.exports = {
directory: path.join(__dirname, '../test/configs/backstop_data'),
publicPath: '/'
}
]
],
client: {
overlay: {
errors: true,
warnings: false,
runtimeErrors: true
}
},
webSocketServer: false
},
output: {
path: path.resolve(__dirname, 'output'),
Expand Down

0 comments on commit 43b55e5

Please sign in to comment.