Browse Source

Disable workbox

Liyas Thomas 4 years ago
parent
commit
2ccd053b0a
2 changed files with 2 additions and 1 deletions
  1. 1 0
      nuxt.config.js
  2. 1 1
      package.json

+ 1 - 0
nuxt.config.js

@@ -158,6 +158,7 @@ export default {
       background_color: options.app.background,
       theme_color: options.app.background,
     },
+    workbox: false,
   },
   toast: {
     position: "bottom-center",

+ 1 - 1
package.json

@@ -52,7 +52,7 @@
     "@babel/preset-env": "^7.11.5",
     "@nuxtjs/color-mode": "^1.1.1",
     "@nuxtjs/google-analytics": "^2.4.0",
-    "@nuxtjs/pwa": "^3.0.2",
+    "@nuxtjs/pwa": "^3.1.0",
     "@nuxtjs/svg": "^0.1.12",
     "@nuxtjs/tailwindcss": "^3.1.0",
     "@testing-library/jest-dom": "^5.11.4",