fix: update assets in ngsw-config.json (#1027)

* Update ngsw-config.json

* Update ngsw-config.json
This commit is contained in:
Max Peintner 2020-11-27 16:32:14 +01:00 committed by GitHub
parent d6c9707ad0
commit 989bc0037b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
"/favicon.ico", "/favicon.ico",
"/index.html", "/index.html",
"/manifest.webmanifest", "/manifest.webmanifest",
"/assets/i18n/**",
"/*.css", "/*.css",
"/*.js" "/*.js"
] ]
@ -21,6 +22,7 @@
"resources": { "resources": {
"files": [ "files": [
"/assets/**", "/assets/**",
"!/assets/i18n/**",
"/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)" "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)"
] ]
} }