mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(web): upgrade enhanced-img (#18186)
This commit is contained in:
parent
66400b2e8e
commit
0d66a6b51f
3 changed files with 127 additions and 108 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue