Revert "Revert "bypass self.__WB_MANIFEST check""
This reverts commit b31b5ce4a8
.
This commit is contained in:
parent
59f7b6ff26
commit
779d64af5b
|
@ -5,8 +5,8 @@ import { NetworkOnly } from 'workbox-strategies'
|
|||
import manifest from './precache-manifest.json'
|
||||
|
||||
// ignore precache manifest generated by InjectManifest
|
||||
// self.__WB_MANIFEST
|
||||
|
||||
// they statically check for the presence of this variable
|
||||
console.log(self.__WB_MANIFEST)
|
||||
precacheAndRoute(manifest)
|
||||
|
||||
self.addEventListener('install', () => {
|
||||
|
|
Loading…
Reference in New Issue