From 6835240173de587a26d1de1acf0b4fb881447bef Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 12 May 2021 09:20:56 +0200 Subject: [PATCH] fix(deploy): Disable workbox import This removes storage.googleapis.com from production package. --- vue.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vue.config.js b/vue.config.js index 8d24cc8..f5887ee 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,4 +10,9 @@ module.exports = { }, }, }, + pwa: { + workboxOptions: { + importWorkboxFrom: "disabled", + }, + }, };