From 6202c0c462716dd41ebc417a1209dcf6f42169c7 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Thu, 20 Jun 2024 14:44:30 +0300 Subject: [PATCH] fix skip paths? --- ngsw-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngsw-config.json b/ngsw-config.json index a8f47408f..222ef9637 100644 --- a/ngsw-config.json +++ b/ngsw-config.json @@ -23,7 +23,7 @@ "!/**/*.*", "!/**/*__*", "!/**/*__*/**", - "!/assets/wv-resources/core/webviewer-core.min.js", - "!/assets/wv-resources/ui/webviewer-ui.min.js" + "!/ui/assets/wv-resources/core/webviewer-core.min.js", + "!/ui/assets/wv-resources/ui/webviewer-ui.min.js" ] }