mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 04:32:01 +00:00 
			
		
		
		
	fix: Avoid unnecessary precaching (#2258)
This commit is contained in:
		| @@ -21,7 +21,13 @@ export default defineConfig({ | ||||
|         VitePWA({ | ||||
|             registerType: "autoUpdate", | ||||
|             workbox: { | ||||
|                 globPatterns: ["**/*.{js,css,html,ico,svg,png}", "manifest.webmanifest"], | ||||
|                 globPatterns: [ | ||||
|                     "**/*.{css,html}", | ||||
|                     "**/[A-Z]*.js", | ||||
|                     "**/index*.js", | ||||
|                     "**/shaka-player*.js", | ||||
|                     "manifest.webmanifest", | ||||
|                 ], | ||||
|                 globIgnores: ["**/*-legacy-*.js"], | ||||
|                 runtimeCaching: [ | ||||
|                     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shiny Nematoda
					Shiny Nematoda