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: docs/core-plugins/pwa.md
+5
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ file, or the `"vue"` field in `package.json`.
31
31
32
32
These options are passed on through to the underlying `workbox-webpack-plugin`.
33
33
34
+
If you're using the App Shell pattern with the `GenerateSW` mode, you can configure your entry point like this to make sure all your pages load offline:
35
+
```js
36
+
navigateFallback:'index.html'
37
+
```
38
+
34
39
For more information on what values are supported, please see the guide for
0 commit comments