mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Exclude litegraph from being cached (#918)
This commit is contained in:
@@ -167,5 +167,9 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': '/src'
|
||||
}
|
||||
},
|
||||
|
||||
optimizeDeps: {
|
||||
exclude: ['@comfyorg/litegraph']
|
||||
}
|
||||
}) as UserConfigExport
|
||||
|
||||
Reference in New Issue
Block a user