mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2018 from TeamPiped/legacy-precache
Fix disable caching of legacy js files
This commit is contained in:
		
						commit
						0b0d87da93
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue