1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

fix(web): optimize deps (#4877)

This commit is contained in:
Jason Rasmussen 2023-11-06 23:02:46 -05:00 committed by GitHub
parent 21f2d3058a
commit ace0a5911c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ const config = {
}, },
plugins: [sveltekit()], plugins: [sveltekit()],
optimizeDeps: { optimizeDeps: {
entries: ['src/**/*.{svelte, ts, html}'], entries: ['src/**/*.{svelte,ts,html}'],
}, },
}; };