Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
dwa-starter-react-vite: increase maximumFileSizeToCacheInBytes 3mb->5mb
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev authored and finn-block committed Oct 7, 2024
1 parent 5622ab0 commit 1a8d518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/dwa-starter-react-vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
},

injectManifest: {
maximumFileSizeToCacheInBytes: 3000000,
maximumFileSizeToCacheInBytes: 5000000,
globPatterns: ["**/*.{js,css,html,json,svg,png,ico}"],
},

Expand Down

0 comments on commit 1a8d518

Please sign in to comment.