don't cache api at all

This commit is contained in:
2018-07-09 00:51:45 +03:00
parent 938e3692b5
commit 78da4b1f57

View File

@@ -323,7 +323,7 @@ module.exports = {
runtimeCaching: [
{
urlPattern: /\/api\//,
handler: 'networkFirst',
handler: 'networkOnly',
},
],
}),