Browse Source

Changing value of overlay setting (#15910)

Chris Fuller 5 years ago
parent
commit
adf40e5a02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -397,7 +397,7 @@ if (USE_HOT_MODULE_RELOAD && !NO_DEV_SERVER) {
     hotOnly: true,
     port: SENTRY_WEBPACK_PROXY_PORT,
     stats: 'errors-only',
-    overlay: true,
+    overlay: false,
     watchOptions: {
       ignored: ['node_modules'],
     },