We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5a27d commit b0feb33Copy full SHA for b0feb33
1 file changed
frontend/vite.config.js
@@ -42,7 +42,7 @@ export default defineConfig(({ mode }) => {
42
],
43
},
44
workbox: {
45
- globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2,wasm}'],
+ globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2,wasm}'],
46
cleanupOutdatedCaches: true,
47
}
48
}),
0 commit comments