Merge pull request #2018 from TeamPiped/legacy-precache

Fix disable caching of legacy js files
This commit is contained in:
Kavin 2023-01-26 00:25:49 +00:00 committed by GitHub
commit 0b0d87da93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,