diff --git a/console/ngsw-config.json b/console/ngsw-config.json index 320b19ba17..7a2ad93cec 100644 --- a/console/ngsw-config.json +++ b/console/ngsw-config.json @@ -10,6 +10,7 @@ "/favicon.ico", "/index.html", "/manifest.webmanifest", + "/assets/i18n/**", "/*.css", "/*.js" ] @@ -21,6 +22,7 @@ "resources": { "files": [ "/assets/**", + "!/assets/i18n/**", "/*.(eot|svg|cur|jpg|png|webp|gif|otf|ttf|woff|woff2|ani)" ] }