chore: clean vite cache

This commit is contained in:
Wendong-Fan 2025-10-20 17:50:39 +08:00
parent b7e47f81a9
commit d2a0be3c02
2 changed files with 6 additions and 1 deletions

View file

@ -22,6 +22,10 @@ export default defineConfig(({ command, mode }) => {
'@': path.join(__dirname, 'src')
},
},
optimizeDeps: {
exclude: ['@stackframe/react'],
force: true,
},
plugins: [
react(),
electron({