From 5238e2e2d636e136d77966dbf4eaf78df051a584 Mon Sep 17 00:00:00 2001 From: imperosol Date: Thu, 21 May 2026 22:49:06 +0200 Subject: [PATCH] doc-comment explaining `base-bundle-index.ts` --- core/static/bundled/base-bundle-index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/static/bundled/base-bundle-index.ts b/core/static/bundled/base-bundle-index.ts index 1252b301..4dc085ad 100644 --- a/core/static/bundled/base-bundle-index.ts +++ b/core/static/bundled/base-bundle-index.ts @@ -1,3 +1,11 @@ +/** + * File containing main functions and library re-exports + * that should be accessible throughout the whole website. + * + * The idea is to group all that shared code into a single bundle, + * for more efficient tree-shaking and gzip compression. + */ + import sort from "@alpinejs/sort"; import Alpine from "alpinejs"; import { polyfillCountryFlagEmojis } from "country-flag-emoji-polyfill";