mirror of
https://github.com/immich-app/immich.git
synced 2025-03-04 02:11:44 -05:00
fix(web): dev mode repeatedly optimizing dependencies (#4379)
* added glob for checking imports * prettier
This commit is contained in:
parent
104880a729
commit
98a7412855
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ const config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [sveltekit()],
|
plugins: [sveltekit()],
|
||||||
|
optimizeDeps: {
|
||||||
|
entries: ['src/**/*.{svelte, ts, html}'],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
Loading…
Add table
Reference in a new issue