fix: PWA not working after CRA@5 update (#6012)
* fix: PWA not working after CRA@5 update * fix: fallback to default locale when fetch fails
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { register as registerServiceWorker } from "../serviceWorker";
|
||||
import { register as registerServiceWorker } from "../serviceWorkerRegistration";
|
||||
import { EVENT } from "../constants";
|
||||
|
||||
// On Apple mobile devices add the proprietary app icon and splashscreen markup.
|
||||
|
Reference in New Issue
Block a user