-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
i used glob
['@nuxtjs/pwa', {
icon: false,
workbox: {
globIgnores: ['**/state.js'],
runtimeCaching: [{
method: 'GET',
handler: 'CacheFirst',
urlPattern: '/*',
assetsURLPattern: '^\/static\/',
strategyOptions: {
cacheName: 'overmap-v3-2020-10-31',
cacheableResponse: { statuses: [200] },
cacheExpiration: {
maxAgeSeconds: 30 * 60
}
}
},{
urlPattern: '/*',
handler: 'networkFirst',
method: 'GET',
}]
},
}],i want ignore dist/_nuxt/static/**
Metadata
Metadata
Assignees
Labels
No labels