We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697bb44 commit 619965bCopy full SHA for 619965b
packages/@vue/cli-plugin-pwa/ui.js
@@ -29,7 +29,7 @@ module.exports = api => {
29
type: 'list',
30
message: 'org.vue.pwa.config.pwa.workboxPluginMode.message',
31
description: 'org.vue.pwa.config.pwa.workboxPluginMode.description',
32
- link: 'https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin#which_plugin_to_use',
+ link: 'https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/#which-plugin-to-use',
33
default: 'GenerateSW',
34
value: data.vue && data.vue.pwa && data.vue.pwa.workboxPluginMode,
35
choices: [
0 commit comments