diff --git a/adev/shared-docs/utils/analytics.utils.ts b/adev/shared-docs/utils/analytics.utils.ts index 8f53b58069d..12a4f284a93 100644 --- a/adev/shared-docs/utils/analytics.utils.ts +++ b/adev/shared-docs/utils/analytics.utils.ts @@ -41,3 +41,6 @@ export const setCookieConsent = (state: 'denied' | 'granted'): void => { } } }; + +// This fixes the RollupError: Exported variable "global" is not defined. +export {};