Skip to content

Commit

Permalink
feat: increase maximum file size to cache in webComponents's vite con…
Browse files Browse the repository at this point in the history
…figuration to 10 MB (#1370)
  • Loading branch information
dkalinovInfra authored Jan 23, 2025
1 parent 86fc73c commit 0a1385e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineConfig({
handler: 'CacheFirst',
},
],
maximumFileSizeToCacheInBytes: 5 * 1024 * 1024
maximumFileSizeToCacheInBytes: 10 * 1024 * 1024 // 10 MB
},
}),
],
Expand Down

0 comments on commit 0a1385e

Please sign in to comment.