From 989bc0037bd29d5e6211229eded9a2186a845499 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Fri, 27 Nov 2020 16:32:14 +0100 Subject: [PATCH] fix: update assets in ngsw-config.json (#1027) * Update ngsw-config.json * Update ngsw-config.json --- console/ngsw-config.json | 2 ++ 1 file changed, 2 insertions(+) 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)" ] }