Removing old file from serviceworker

This commit is contained in:
Jake Archibald
2018-11-09 11:11:34 -08:00
parent f562bad286
commit 9b17322478

View File

@@ -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: