module.exports = {
pwa: {
workboxPluginMode: "InjectManifest",
workboxOptions: {
swSrc: "./src/service-worker.js",
// To includes img\icons on the auto generated pre-cache-... file
exclude: [/\.map$/, /manifest\.json$/],
//cleanupOutdatedCaches: true,
},
},
transpileDependencies: ["vuetify"],
};
Comments
Post a Comment