doc-comment explaining base-bundle-index.ts

This commit is contained in:
imperosol
2026-05-21 22:49:06 +02:00
parent ce0ddcd184
commit 5238e2e2d6
+8
View File
@@ -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";