3 Commits

Author SHA1 Message Date
Alexander Brandon Coles 78d1c9bb24 Inject jQuery for legacy plugins
Legacy jQuery plugins need to attach themselves to the same jQuery
instance that application code imports from ESM. Wrap enjoyhint and
tablesorter with that instance while they load so precompiled assets do
not route their UMD wrappers through a separate CommonJS jQuery copy.
2026-05-26 12:03:20 +02:00
Alexander Brandon Coles 3170b438df Fix assets manifest building for sourcemaps 2025-07-22 15:33:03 +01:00
Alexander Brandon Coles 3cf7a563cd Custom esbuild config: prepend dir to chunk names
Prevents potential naming collisions when  `--named-chunks` option is
passed to `ng build`.
2025-07-22 15:33:03 +01:00