remove optimizeDeps option

This commit is contained in:
草鞋没号 2022-01-17 09:45:58 +08:00
parent 37dc1d5604
commit c47c03d0a4
1 changed files with 0 additions and 3 deletions

View File

@ -28,9 +28,6 @@ export default defineConfig({
host: pkg.env.HOST,
port: pkg.env.PORT,
},
optimizeDeps: {
exclude: ['electron'],
}
})
// ----------------- For use Electron, NodeJs in Renderer-process -----------------