Skip to content

Commit

Permalink
fix: reduce total bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jun 25, 2024
1 parent c84001b commit 6f85a47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default defineConfig({
wasm(),
VitePWA({
devOptions: { enabled: true },
includeAssets: ["**/*"],
manifest: {
id: "gouv.beta.compte-rendu-vif",
orientation: "portrait",
Expand All @@ -23,7 +22,7 @@ export default defineConfig({
},
workbox: {
maximumFileSizeToCacheInBytes: 2097152 * 3,
globPatterns: ["**/*"],
globPatterns: ["**/*.{svg,woff2,js,wasm,css,html}"],
},
}),
],
Expand Down

0 comments on commit 6f85a47

Please sign in to comment.