fix(deploy): Disable workbox import

This removes storage.googleapis.com from production package.
This commit is contained in:
aldrin 2021-05-12 09:20:56 +02:00
parent c4e547a30b
commit 6835240173

View file

@ -10,4 +10,9 @@ module.exports = {
},
},
},
pwa: {
workboxOptions: {
importWorkboxFrom: "disabled",
},
},
};