Commit 31b17555 authored by liziwl's avatar liziwl
Browse files

减少预缓存的文件大小到0.5MB(线上测试)

parent af3768bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ module.exports = {
    [
      '@vuepress/plugin-pwa',
      {
        skipWaiting: true,
        maximumFileSizeToCacheInBytes: 524288, // 限制到0.5MB
        skipWaiting: true
      },
      {
        generateSWConfig: {