File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-scripts/template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1859,7 +1859,7 @@ following into account:
18591859 registration will fail, but the rest of your web app will remain functional.
18601860
186118611 . Service workers are [ not supported] ( https://jakearchibald.github.io/isserviceworkerready/#moar )
1862- in older web browsers. Service worker registration [ won't be attempted] ( src/registerServiceWorker .js )
1862+ in older web browsers. Service worker registration [ won't be attempted] ( src/serviceWorker .js )
18631863 on browsers that lack support.
18641864
186518651 . The service worker is only enabled in the [ production environment] ( #deployment ) ,
@@ -1882,7 +1882,7 @@ following into account:
18821882 fetched the latest updates that will be available the next time they load the
18831883 page (showing a "New content is available; please refresh." message). Showing
18841884 this messages is currently left as an exercise to the developer, but as a
1885- starting point, you can make use of the logic included in [ ` src/registerServiceWorker .js ` ] ( src/registerServiceWorker .js ) , which
1885+ starting point, you can make use of the logic included in [ ` src/serviceWorker .js ` ] ( src/serviceWorker .js ) , which
18861886 demonstrates which service worker lifecycle events to listen for to detect each
18871887 scenario, and which as a default, just logs appropriate messages to the
18881888 JavaScript console.
You can’t perform that action at this time.
0 commit comments