Fix disable caching of legacy js files

pull/2018/head
Kavin 2 months ago committed by GitHub
parent 67615ff1a3
commit 9043707b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ export default defineConfig({
registerType: "autoUpdate",
workbox: {
globPatterns: ["**/*.{js,css,html,ico,svg,png}", "manifest.webmanifest"],
globIgnores: ["**/*legacy.*.js"],
globIgnores: ["**/*-legacy-*.js"],
runtimeCaching: [
{
urlPattern: /https:\/\/[a-zA-Z./0-9_]*\.(?:otf|ttf)/i,

Loading…
Cancel
Save