mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-30 20:21:58 +00:00 
			
		
		
		
	Fix disable caching of legacy js files
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kavin
					Kavin