Skip to content

Commit

Permalink
Silence uncaught error overlay, I think
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Sep 17, 2024
1 parent 4ab35bb commit 3e566c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/craco.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = {
devServer: {
client: {
overlay: false,
},
},
webpack: {
configure: (webpackConfig, { env, paths }) => {
// Fix CRA #11770
Expand Down

0 comments on commit 3e566c0

Please sign in to comment.