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", + }, + }, };