mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
fix(web): dev mode repeatedly optimizing dependencies (#4379)
* added glob for checking imports * prettier
This commit is contained in:
parent
104880a729
commit
98a7412855
@ -23,6 +23,9 @@ const config = {
|
||||
},
|
||||
},
|
||||
plugins: [sveltekit()],
|
||||
optimizeDeps: {
|
||||
entries: ['src/**/*.{svelte, ts, html}'],
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Loading…
Reference in New Issue
Block a user