You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1366,10 +1366,12 @@ Learn more about React Storybook:
1366
1366
1367
1367
## Making a Progressive Web App
1368
1368
1369
-
By default, the production build is a fully functional, offline-first
1370
-
[Progressive Web App](https://developers.google.com/web/progressive-web-apps/).
1369
+
**The Progressive Web App and Service Workers feature is currently disabled and will re-enabled after modificatioons.**
1371
1370
1372
-
Progressive Web Apps are faster and more reliable than traditional web pages, and provide an engaging mobile experience:
1371
+
~~By default, the production build is a fully functional, offline-first
1372
+
Progressive Web App.~~
1373
+
1374
+
[Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/) are faster and more reliable than traditional web pages, and provide an engaging mobile experience:
1373
1375
1374
1376
* All static site assets are cached so that your page loads fast on subsequent visits, regardless of network connectivity (such as 2G or 3G). Updates are downloaded in the background.
1375
1377
* Your app will work regardless of network state, even if offline. This means your users will be able to use your app at 10,000 feet and on the Subway.
@@ -1453,6 +1455,8 @@ option in the `SWPrecacheWebpackPlugin` section of
1453
1455
1454
1456
### Progressive Web App Metadata
1455
1457
1458
+
**The Progressive Web App and Service Workers feature is currently disabled and will re-enabled at a later date**
1459
+
1456
1460
The default configuration includes a web app manifest located at
1457
1461
[`public/manifest.json`](public/manifest.json), that you can customize with
0 commit comments