Feat(Electron-store): Add electron store

Add electron store to support install tool
This commit is contained in:
2024-05-08 12:36:16 +08:00
parent d677aeed07
commit 1ef2db5f47
9 changed files with 334 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ import { FileSystemIconLoader } from 'unplugin-icons/loaders'
export default defineConfig({
main: {
plugins: [externalizeDepsPlugin()]
plugins: [externalizeDepsPlugin({ exclude: ['electron-store'] })]
},
preload: {
plugins: [externalizeDepsPlugin()]