Commit 008f2597 authored by liziwl's avatar liziwl Committed by GitHub
Browse files

Merge pull request #59 from SUSTC/service-worker-issue

Using yarn.lock to lock the package version and fix service worker issue
parents 180e8691 3772e0a4
Loading
Loading
Loading
Loading
+47 −36
Original line number Diff line number Diff line
@@ -76,6 +76,17 @@ module.exports = {
      },
    ],
    '@vuepress/medium-zoom',
    [
      '@vuepress/plugin-pwa',
      {
        skipWaiting: true,
      },
      {
        generateSWConfig: {
          importWorkboxFrom: 'local'
        }
      }
    ],
    [
      '@vuepress/plugin-pwa-popup',
      {