You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							683 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							683 B
						
					
					
				
								{
							 | 
						|
								  "$schema": "<%= relativePathToWorkspaceRoot %>/node_modules/@angular/service-worker/config/schema.json",
							 | 
						|
								  "index": "/index.html",
							 | 
						|
								  "assetGroups": [
							 | 
						|
								    {
							 | 
						|
								      "name": "app",
							 | 
						|
								      "installMode": "prefetch",
							 | 
						|
								      "resources": {
							 | 
						|
								        "files": [
							 | 
						|
								          "/favicon.ico",
							 | 
						|
								          "/index.html",
							 | 
						|
								          "/manifest.webmanifest",
							 | 
						|
								          "/*.css",
							 | 
						|
								          "/*.js"
							 | 
						|
								        ]
							 | 
						|
								      }
							 | 
						|
								    },
							 | 
						|
								    {
							 | 
						|
								      "name": "assets",
							 | 
						|
								      "installMode": "lazy",
							 | 
						|
								      "updateMode": "prefetch",
							 | 
						|
								      "resources": {
							 | 
						|
								        "files": [
							 | 
						|
								          "/assets/**",
							 | 
						|
								          "<%= resourcesOutputPath %>/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
							 | 
						|
								        ]
							 | 
						|
								      }
							 | 
						|
								    }
							 | 
						|
								  ]
							 | 
						|
								}
							 |