From c3d9f5c3c8b4f5d5d805050cc795e881ca80b6a6 Mon Sep 17 00:00:00 2001 From: Miloslav Nenadal Date: Sat, 6 Jan 2024 14:00:28 +0100 Subject: [PATCH] Remove worker.js from cache --- src/build/create_worker.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/build/create_worker.clj b/src/build/create_worker.clj index c554fdc..cc6e98e 100644 --- a/src/build/create_worker.clj +++ b/src/build/create_worker.clj @@ -4,8 +4,7 @@ [build.util :as u])) (defn- urls-to-cache [module-id->output-name] - ["" - "index.html" + ["index.html" "manifest.json" "img/icon.svg" (u/asset "js/app.js" module-id->output-name)