fix Workbox cache

This commit is contained in:
Paolo Arena
2019-03-17 02:47:22 +01:00
parent 43a568bce7
commit 6ac8612717
4 changed files with 88 additions and 360 deletions

View File

@@ -207,8 +207,8 @@ module.exports = function (ctx) {
// workboxPluginMode: 'GenerateSW',
workboxPluginMode: 'InjectManifest',
workboxOptions: {
skipWaiting: true,
clientsClaim: true
// skipWaiting: true,
// clientsClaim: true
// swSrc: 'src/sw.js',
},
manifest: {