From 6aab6760eec06bd789adf3cecc8678f28311c6a9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 1 Nov 2024 07:06:35 -0300 Subject: Use importScripts() instead of generating the service-worker.js file --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 21335e8..8787e69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/src/sw-pre.js +/src/content/images.js /src/content/papo.exported.js /src/content/sw.exported.js -/src/content/service-worker.js -- cgit v1.2.3