https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42150
--- Comment #27 from Arthur Suzuki <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
