Skip to content

Commit 733975d

Browse files
authored
Add @xmldom/xmldom back to bundle (#1099)
Temporary measure to close #1094. In roslibjs/ros2djs/ros3djs 3.0, we should figure out a better solution for all three libraries.
1 parent 3a9f9f3 commit 733975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default defineConfig({
2121
useFlatConfig: true,
2222
},
2323
}),
24-
externalizeDeps(),
24+
externalizeDeps({ except: ["@xmldom/xmldom"] }),
2525
],
2626
build: {
2727
lib: {

0 commit comments

Comments
 (0)