We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@xmldom/xmldom
1 parent 3a9f9f3 commit 733975dCopy full SHA for 733975d
1 file changed
vite.config.ts
@@ -21,7 +21,7 @@ export default defineConfig({
21
useFlatConfig: true,
22
},
23
}),
24
- externalizeDeps(),
+ externalizeDeps({ except: ["@xmldom/xmldom"] }),
25
],
26
build: {
27
lib: {
0 commit comments