File tree 1 file changed +2
-2
lines changed
packages/react-scripts/template
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1859,7 +1859,7 @@ following into account:
1859
1859
registration will fail, but the rest of your web app will remain functional.
1860
1860
1861
1861
1 . 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 )
1863
1863
on browsers that lack support.
1864
1864
1865
1865
1 . The service worker is only enabled in the [ production environment] ( #deployment ) ,
@@ -1882,7 +1882,7 @@ following into account:
1882
1882
fetched the latest updates that will be available the next time they load the
1883
1883
page (showing a "New content is available; please refresh." message). Showing
1884
1884
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
1886
1886
demonstrates which service worker lifecycle events to listen for to detect each
1887
1887
scenario, and which as a default, just logs appropriate messages to the
1888
1888
JavaScript console.
You can’t perform that action at this time.
0 commit comments