source: trip-planner-front/node_modules/@schematics/angular/service-worker/files/ngsw-config.json.template@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 683 bytes
Line 
1{
2 "$schema": "<%= relativePathToWorkspaceRoot %>/node_modules/@angular/service-worker/config/schema.json",
3 "index": "/index.html",
4 "assetGroups": [
5 {
6 "name": "app",
7 "installMode": "prefetch",
8 "resources": {
9 "files": [
10 "/favicon.ico",
11 "/index.html",
12 "/manifest.webmanifest",
13 "/*.css",
14 "/*.js"
15 ]
16 }
17 },
18 {
19 "name": "assets",
20 "installMode": "lazy",
21 "updateMode": "prefetch",
22 "resources": {
23 "files": [
24 "/assets/**",
25 "<%= resourcesOutputPath %>/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
26 ]
27 }
28 }
29 ]
30}
Note: See TracBrowser for help on using the repository browser.