diff --git a/ngsw-config.json b/ngsw-config.json index f8bf2102ea5690789e37f553f304f8970bc719ae..a09056dac692f6f5fecbfabca5e4c70fd22d7f2a 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -5,26 +5,21 @@ { "name": "app", "installMode": "prefetch", + "updateMode": "prefetch", "resources": { "files": [ "/favicon.ico", "/index.html", "/manifest.webmanifest", - "/*.css", - "/*.js" - ] - } - }, - { - "name": "assets", - "installMode": "lazy", - "updateMode": "prefetch", - "resources": { - "files": [ + "/**/*.css", + "/*.js", + "/**/*.json", + "/3rdpartylicenses.txt", + "/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot", "/assets/**", "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" ] } } ] -} +} \ No newline at end of file