"InjectManifest"だとmodule.exports.pwa.workboxOptions.skipWaitingが利用できないと書いてある場所
#PWA #Service_Worker #Vue
Keep in mind that the skipWaiting option is not available when the workbox plugin mode is set to InjectManifest.
引用元: javascript - Vue PWA not getting new content after refresh - Stack Overflow
実際に、workboxPluginMode: 'InjectManifest'で上記のように.workboxOptions.skipWaiting: trueを指定すると以下のようにエラーする。
code:error message
ERROR ValidationError: "skipWaiting" is not a supported parameter.
ValidationError: "skipWaiting" is not a supported parameter.
...