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.
1 parent 2b2bb8a commit 03aac9fCopy full SHA for 03aac9f
packages/demo/vite.config.mts
@@ -7,4 +7,7 @@ export default defineConfig({
7
cors: true,
8
host: 'localhost',
9
},
10
+ optimizeDeps: {
11
+ exclude: ['excel-builder-vanilla'],
12
+ },
13
});
0 commit comments