fix(deploy): Disable workbox import
This removes storage.googleapis.com from production package.
This commit is contained in:
parent
c4e547a30b
commit
6835240173
1 changed files with 5 additions and 0 deletions
|
@ -10,4 +10,9 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
pwa: {
|
||||
workboxOptions: {
|
||||
importWorkboxFrom: "disabled",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Reference in a new issue