https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189 --- Comment #19 from Clemens Tubach <clemens.tubach@kit.edu> --- Created attachment 196552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196552&action=edit Bug 42189: Switch Vue module templates to ESM bundles - Replace Asset.js() regular script includes with type="module" script tags loading .esm.js bundles for erm, preservation, acquisitions, admin/record_sources, and sip2 - Load islands.esm.js on ERM page so plugins can discover it via querySelector for widget registration - Update about.tt build health check from erm.js to erm.esm.js - Standardize Asset.js().match() pattern in main-container.inc to use single capture group consistent with all other template files - Remove redundant nonce-less script tag from main-container.inc Signed-off-by: Clemens Tubach <clemens.tubach@kit.edu> -- You are receiving this mail because: You are watching all bug changes.