Disable workbox

This commit is contained in:
Liyas Thomas
2020-10-07 07:22:44 +05:30
parent 3422ccef15
commit 2ccd053b0a
2 changed files with 2 additions and 1 deletions

View File

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

View File

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