From 29ded5efbff049e11784c01d14ea31b7272417c3 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 25 May 2026 15:01:46 -0400 Subject: [PATCH] feature/IO-3713-Esign-Modal-UI - Fix --- client/vite.config.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/client/vite.config.js b/client/vite.config.js index dddf95844..212fe705b 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -237,14 +237,7 @@ export default defineConfig(({ command, mode }) => { lodash: ["lodash"], "@sentry/react": ["@sentry/react"], "@splitsoftware/splitio-react": ["@splitsoftware/splitio-react"], - // logrocket: ["logrocket"], - firebase: [ - // "@firebase/analytics", - "@firebase/app", - "@firebase/firestore", - "@firebase/auth", - "@firebase/messaging" - ], + firebase: ["@firebase/app", "@firebase/firestore", "@firebase/auth", "@firebase/messaging"], markerjs2: ["markerjs2"], "@apollo/client": ["@apollo/client"], "libphonenumber-js": ["libphonenumber-js"],