You've already forked immich
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:
@ -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: {
|
||||
|
Reference in New Issue
Block a user