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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: {