1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-04 05:50:38 +02:00

chore(web): upgrade enhanced-img (#18186)

This commit is contained in:
Ben McCann
2025-05-09 14:05:07 -07:00
committed by GitHub
parent 66400b2e8e
commit 0d66a6b51f
3 changed files with 127 additions and 108 deletions

View File

@ -35,6 +35,7 @@ export default defineConfig({
allowedHosts: true,
},
plugins: [
enhancedImages(),
sveltekit(),
process.env.BUILD_STATS === 'true'
? visualizer({
@ -42,7 +43,6 @@ export default defineConfig({
filename: 'stats.html',
})
: undefined,
enhancedImages(),
svelteTesting(),
],
optimizeDeps: {