perf: put apple touch icon in service worker cache (#1367)

This commit is contained in:
Nolan Lawson 2019-08-01 18:12:22 -07:00 committed by GitHub
parent ad49831f97
commit c1b8a99dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ const WEBPACK_ASSETS = `webpack_assets_${timestamp}`
// `static` is an array of everything in the `static` directory
const assets = __assets__
.map(file => file.startsWith('/') ? file : `/${file}`)
.filter(filename => !filename.startsWith('/apple-icon'))
.filter(filename => !filename.endsWith('.map'))
.filter(filename => filename !== '/robots.txt')