[chore] Update comfyui-electron-types (#1625)

* Remove electron external dep

* [chore] Update comfyui-electron-types
This commit is contained in:
Chenlei Hu
2024-11-21 00:07:50 -05:00
committed by GitHub
parent 73b7606f6e
commit 5d178a407d
4 changed files with 11 additions and 10 deletions

View File

@@ -150,10 +150,7 @@ export default defineConfig({
rollupOptions: {
// Disabling tree-shaking
// Prevent vite remove unused exports
treeshake: false,
external: [
'electron'
]
treeshake: false
}
},