From da971f419e55aa029fc3b0ab622f6653f340e785 Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Tue, 18 Nov 2025 09:47:42 -0700 Subject: [PATCH] Add `@xmldom/xmldom` back to bundle Temporary measure to close #1094. In roslibjs/ros2djs/ros3djs 3.0, we should figure out a better solution for all three libraries. --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index a565a48f0..83ca89710 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -21,7 +21,7 @@ export default defineConfig({ useFlatConfig: true, }, }), - externalizeDeps(), + externalizeDeps({ except: ["@xmldom/xmldom"] }), ], build: { lib: {