https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911 --- Comment #3 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 171432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171432&action=edit Bug 37911: (follow-up) Update to vue ^3.5.4, use vue's web component implementation instead - This would require us to update vue to a new minor version. - We could then use the defineCustomElement function with the shadowRoot option set to false (this is important). - The current implementation in islands.ts is naive and would result in an intolerable bundle size. - The right way to do code splitting here is to use dynamic imports. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.