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