Skip to content

Commit

Permalink
Fix RollupConfig to disallow date -> boot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehgdias committed Oct 17, 2024
1 parent c431831 commit 498fb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/RollupConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 498fb68

Please sign in to comment.