Created
October 26, 2017 14:58
-
-
Save webmaxru/d1e14d28b9d31161235e99593ec1dda2 to your computer and use it in GitHub Desktop.
Default ngsw-config.json generated by Angular CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"index": "/index.html", | |
"assetGroups": [{ | |
"name": "app", | |
"installMode": "prefetch", | |
"resources": { | |
"files": [ | |
"/favicon.ico", | |
"/index.html" | |
], | |
"versionedFiles": [ | |
"/*.bundle.css", | |
"/*.bundle.js", | |
"/*.chunk.js" | |
] | |
} | |
}, { | |
"name": "assets", | |
"installMode": "lazy", | |
"updateMode": "prefetch", | |
"resources": { | |
"files": [ | |
"/assets/**" | |
] | |
} | |
}] | |
} |
/** @deprecated As of v6 `versionedFiles` and `files` options have the same behavior. Use `files` instead. */
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks Maxim, Followed your tutorial published by NG-BE, I'm very newbie to angular, Do we have to configure it if we have lazy loaded modules?