mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
[config] Remove @comfyorg/litegraph from vite exclude list
Since litegraph is now integrated as a git subtree rather than an external npm dependency, it no longer needs to be excluded from Vite's dependency optimization.
This commit is contained in:
@@ -184,6 +184,6 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
optimizeDeps: {
|
||||
exclude: ['@comfyorg/litegraph', '@comfyorg/comfyui-electron-types']
|
||||
exclude: ['@comfyorg/comfyui-electron-types']
|
||||
}
|
||||
}) satisfies UserConfig as UserConfig
|
||||
|
||||
Reference in New Issue
Block a user