-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable extracting chunk manifest until AppShell working
Currently deploying new version of the site breaks with service workers as the extracted chunk manifest (loaded fresh everytime) doesn't match the chunk ids used in some of the cached chunks. At least that's my theory :-) In any case, I keep seeing this error: bootstrap 1a2fd54…:50 Uncaught TypeError: Cannot read property 'call' of undefined which disappears as soon as I update to the latest service worker or bypass the service worker. With the AppShell, everything will stay the same until the user updates to the new version of the service worker so there shouldn't be more trouble w/ mismatched module ids.
- Loading branch information
1 parent
5ad1d72
commit 07ed5b0
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters