We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898033c commit 0d56a99Copy full SHA for 0d56a99
packages/@vuepress/plugin-pwa/lib/enhanceAppFile.js
@@ -16,7 +16,7 @@ export default ({ router, isServer }) => {
16
&& !isServer
17
&& SW_ENABLED) {
18
register(`${SW_BASE_URL}service-worker.js`, {
19
- registrationOptions: { scope: `./${SW_BASE_URL}` },
+ registrationOptions: {},
20
ready () {
21
console.log('[vuepress:sw] Service worker is active.')
22
event.$emit('sw-ready')
0 commit comments