Skip to content

Commit

Permalink
Test to remove analytics from the runtime cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Nooshu committed Apr 24, 2018
1 parent 53284b2 commit a966ebe
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions config/workbox-cli-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,23 @@ module.exports = {
handler: 'networkFirst',
options: {
expiration: {
maxAgeSeconds: 60 * 60,
maxAgeSeconds: 60 * 60
},
cacheableResponse: {
statuses: []
}
}
},
{
urlPattern: new RegExp('https://www.googletagmanager.com/gtm.js'),
handler: 'networkFirst',
options: {
expiration: {
maxAgeSeconds: 60 * 60,
},
cacheableResponse: {
statuses: []
}
{
urlPattern: new RegExp('https://www.googletagmanager.com/gtm.js'),
handler: 'networkFirst',
options: {
expiration: {
maxAgeSeconds: 60 * 60
},
cacheableResponse: {
statuses: []
}
}
]
}]
}

0 comments on commit a966ebe

Please sign in to comment.