v1: caniuse-lite versions higher than 1.0.30001349 seem to cause PWA update failure #13753
Unanswered
ssuess
asked this question in
CLI - PWA mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to track down a very strange bug related to PWA updates. If I allow caniuse-lite to update to higher versions than 1.0.30001349 (tested up to 1.0.30001354), something will be wrong with my pwa build:
Uncaught SyntaxError: expected expression, got '<'
and a message aboutMIME type (“text/html”) is not a valid JavaScript MIME type
This does not happen in versions =< 1.0.30001349. There pages load normally, the user is prompted and updates/reloads are working as expected.
Is anyone else seeing anything like this happen?
Beta Was this translation helpful? Give feedback.
All reactions