From 3e566c0efe99a1beeac1b4b6fed50adf55288fed Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:17:11 -0400 Subject: [PATCH] Silence uncaught error overlay, I think --- frontend/craco.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/craco.config.js b/frontend/craco.config.js index c66036ddb..5217419e4 100644 --- a/frontend/craco.config.js +++ b/frontend/craco.config.js @@ -1,4 +1,9 @@ module.exports = { + devServer: { + client: { + overlay: false, + }, + }, webpack: { configure: (webpackConfig, { env, paths }) => { // Fix CRA #11770