From 0004888608077bdd5e6e080ce2fbe4f5ff9ea6d9 Mon Sep 17 00:00:00 2001 From: Luis Miguel Alvarado Date: Wed, 11 Oct 2023 09:54:22 -0700 Subject: [PATCH] refactor: don't include `DevtoolsOverlay` & `TraceUpdateOverlay` in the production bundle (#40749) Summary: Currently, when we build the app in production mode the `DevtoolsOverlay` & `TraceUpdateOverlay` are bundle ## Changelog: [GENERAL][REMOVED]: removed `DevtoolsOverlay` & `TraceUpdateOverlay` from production bundle