Skip to content

Commit 03aac9f

Browse files
committed
chore: exclude package from Vite deps optimization
1 parent 2b2bb8a commit 03aac9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/demo/vite.config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ export default defineConfig({
77
cors: true,
88
host: 'localhost',
99
},
10+
optimizeDeps: {
11+
exclude: ['excel-builder-vanilla'],
12+
},
1013
});

0 commit comments

Comments
 (0)