https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42150 --- Comment #27 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Created attachment 196656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196656&action=edit Bug 42150: (follow-up) Remove duplicate h export - The explicit `export { h }` from the "Re-export h" follow-up conflicts with `export * from "vue"` added in the "Share Vue via import map" follow-up, since the wildcard re-export already includes h - Remove the redundant named export to fix the rspack build error: "Duplicate export of 'h'" Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.