Skip to content

Commit

Permalink
nit #10224
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Oct 31, 2023
1 parent 5c5e7d8 commit 8353fe2
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@ module.exports = () => {
devServer: {
historyApiFallback: true,
client: {
overlay: {
errors: true,
warnings: false,
runtimeErrors: (error) => {
if (error.message === "ResizeObserver loop limit exceeded") {
return false;
}
return true;
},
},
overlay: false,
},
hot: true,
host: '0.0.0.0',
Expand Down

0 comments on commit 8353fe2

Please sign in to comment.