https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41587
--- Comment #19 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 195693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195693&action=edit Bug 41587: (follow-up) Remove unused imports causing webpack node: URI errors The insertData.ts spec imported query and getBasicAuthHeader directly, pulling mysql2/promise into the browser bundle. This caused webpack to fail with UnhandledSchemeError on node:buffer and node:diagnostics_channel URIs introduced by updated dependencies. Both imports were unused — all calls go through cy.task(). -- You are receiving this mail because: 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/
