From 95811ac3bccb67506d828948940c390da35b3513 Mon Sep 17 00:00:00 2001 From: Aditya <62930521+adityar224@users.noreply.github.com> Date: Mon, 18 Apr 2022 05:31:19 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixed=20service=20worker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flutter_service_worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/flutter_service_worker.js b/flutter_service_worker.js index a52dfa7..74da953 100644 --- a/flutter_service_worker.js +++ b/flutter_service_worker.js @@ -41,7 +41,6 @@ const RESOURCES = { // The application shell files that are downloaded before a service worker can // start. const CORE = [ - "/", "main.dart.js", "index.html", "assets/NOTICES",