We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9400d54 + e2e532f commit 58f4107Copy full SHA for 58f4107
1 file changed
vite.config.ts
@@ -24,6 +24,7 @@ export default defineConfig({
24
fileName: (format) => `index.${format}.js`,
25
},
26
rollupOptions: {
27
+ // Specifies external dependencies that should not be bundled into the library.
28
external: [
29
'react',
30
'react-dom',
0 commit comments