mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): dev mode repeatedly optimizing dependencies (#4379)
* added glob for checking imports * prettier
This commit is contained in:
@@ -23,6 +23,9 @@ const config = {
|
||||
},
|
||||
},
|
||||
plugins: [sveltekit()],
|
||||
optimizeDeps: {
|
||||
entries: ['src/**/*.{svelte, ts, html}'],
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user