@@ -16,24 +16,24 @@ file, or the `"vue"` field in `package.json`.
16
16
- ** pwa.workboxPluginMode**
17
17
18
18
This allows you to choose between the two modes supported by the underlying
19
- [ ` workbox-webpack-plugin ` ] ( https://developers.google .com/web/tools/ workbox/modules/workbox-webpack-plugin ) .
19
+ [ ` workbox-webpack-plugin ` ] ( https://developer.chrome .com/docs/ workbox/modules/workbox-webpack-plugin/ ) .
20
20
21
21
- ` 'GenerateSW' ` (default), will lead to a new service worker file being created
22
- each time you rebuild your web app.
22
+ each time you rebuild your web app.
23
23
24
24
- ` 'InjectManifest' ` allows you to start with an existing service worker file,
25
- and creates a copy of that file with a "precache manifest" injected into it.
25
+ and creates a copy of that file with a "precache manifest" injected into it.
26
26
27
- The "[ Which Plugin to Use?] ( https://developers.google .com/web/tools/ workbox/modules/workbox-webpack-plugin#which_plugin_to_use ) "
27
+ The "[ Which Plugin to Use?] ( https://developer.chrome .com/docs/ workbox/modules/workbox-webpack-plugin/#which-plugin-to-use ) "
28
28
guide can help you choose between the two modes.
29
29
30
30
- ** pwa.workboxOptions**
31
31
32
32
These options are passed on through to the underlying ` workbox-webpack-plugin ` .
33
33
34
34
For more information on what values are supported, please see the guide for
35
- [ ` GenerateSW ` ] ( https://developers.google .com/web/tools/ workbox/modules /workbox-webpack-plugin#full_generatesw_config )
36
- or for [ ` InjectManifest ` ] ( https://developers.google .com/web/tools/ workbox/modules /workbox-webpack-plugin#full_injectmanifest_config ) .
35
+ [ ` GenerateSW ` ] ( https://developer.chrome .com/docs/ workbox/reference /workbox-webpack-plugin/#type-GenerateSWConfig )
36
+ or for [ ` InjectManifest ` ] ( https://developer.chrome .com/docs/ workbox/reference /workbox-webpack-plugin/#type-InjectManifest ) .
37
37
38
38
- ** pwa.name**
39
39
@@ -78,11 +78,11 @@ file, or the `"vue"` field in `package.json`.
78
78
The object will be used to generate the ` manifest.json `
79
79
80
80
If the following attributes are not defined in the object, the options of ` pwa ` or default options will be used instead.
81
- - name: ` pwa.name `
82
- - short_name: ` pwa.name `
83
- - start_url: ` '.' `
84
- - display: ` 'standalone' `
85
- - theme_color: ` pwa.themeColor `
81
+ - name: ` pwa.name `
82
+ - short_name: ` pwa.name `
83
+ - start_url: ` '.' `
84
+ - display: ` 'standalone' `
85
+ - theme_color: ` pwa.themeColor `
86
86
87
87
- ** pwa.manifestCrossorigin**
88
88
0 commit comments