diff --git a/buildSrc/RollupConfig.js b/buildSrc/RollupConfig.js index e0e69d18d079..a2b349a838fc 100644 --- a/buildSrc/RollupConfig.js +++ b/buildSrc/RollupConfig.js @@ -32,7 +32,7 @@ export const allowedImports = { "gui-base": ["polyfill-helpers", "common-min", "common", "boot"], main: ["polyfill-helpers", "common-min", "common", "boot", "gui-base"], sanitizer: ["polyfill-helpers", "common-min", "common", "boot", "gui-base"], - date: ["polyfill-helpers", "common-min", "common", "boot", "sharing"], + date: ["polyfill-helpers", "common-min", "common"], "date-gui": ["polyfill-helpers", "common-min", "common", "boot", "gui-base", "main", "sharing", "date"], "mail-view": ["polyfill-helpers", "common-min", "common", "boot", "gui-base", "main"], "mail-editor": ["polyfill-helpers", "common-min", "common", "boot", "gui-base", "main", "mail-view", "sanitizer", "sharing"],