We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f69ea commit 1753c04Copy full SHA for 1753c04
sw-precache-config.js
@@ -74,7 +74,7 @@ module.exports = {
74
],
75
navigateFallback: '/index.html',
76
navigateFallbackWhitelist: [/^\/(?!api).*/],
77
- dontCacheBustUrlsMatching: /\.(js|css|json|jpg|jpeg|png|svg|ico)$/,
+ dontCacheBustUrlsMatching: /\.\w{8}\./,
78
dynamicUrlToDependencies: {
79
'/': ['build/index.html']
80
},
0 commit comments