From 3e7fcaf764477cb68d7cbdff3ef0701116cd925b Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 28 Oct 2020 17:14:55 +0530 Subject: [PATCH] Enable Workbox --- nuxt.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 549373edd..7b28fa1d9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -157,7 +157,6 @@ export default { background_color: options.app.background, theme_color: options.app.background, }, - workbox: false, }, // Toast module configuration (https://github.com/nuxt-community/modules/tree/master/packages/toast)