Implemented auto update not yet tested
This commit is contained in:
@@ -16,6 +16,12 @@ module.exports = {
|
||||
})
|
||||
]
|
||||
},
|
||||
|
||||
transpileDependencies: ["vuetify"]
|
||||
transpileDependencies: ["vuetify"],
|
||||
pwa: {
|
||||
workboxPluginMode: "InjectManifest",
|
||||
workboxOptions: {
|
||||
swSrc: "./src/sw.js",
|
||||
swDest: "service-worker.js"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user