From 2c44b2b89a6c6880d2bb801503bd99ad65a55937 Mon Sep 17 00:00:00 2001 From: toto <toto@tata> Date: Tue, 22 Nov 2022 16:52:36 +0100 Subject: [PATCH] fix: exclude php files from PWA assets refs #445 --- ngsw-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ngsw-config.json b/ngsw-config.json index 5ba7c9a39..7659ccaaf 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -23,6 +23,7 @@ "/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot", "/assets/**", "!/**/*.pdf", + "!/**/*.php", "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" ] } -- GitLab