From 9b17322478036cafee2d85661f10048197802e80 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Fri, 9 Nov 2018 11:11:34 -0800 Subject: [PATCH] Removing old file from serviceworker --- src/sw/util.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sw/util.ts b/src/sw/util.ts index 6d922c86..c4750807 100644 --- a/src/sw/util.ts +++ b/src/sw/util.ts @@ -56,8 +56,6 @@ export async function cacheBasics(cacheName: string, buildAssets: string[]) { const toCache = ['/', '/assets/favicon.ico']; const prefixesToCache = [ - // First interaction JS & CSS: - 'first-interaction.', // Main app JS & CSS: 'main-app.', // Service worker handler: