diff --git a/frontend/craco.config.js b/frontend/craco.config.js index c66036dd..5217419e 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