Skip to content

Commit

Permalink
update webpack config #23 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd authored Nov 3, 2023
1 parent 9ebaed5 commit b34eed7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions disco/webpack/webpack.config.dev.js
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 b34eed7

Please sign in to comment.