Skip to content

Commit 5331f17

Browse files
committed
change caching strategy for package.json.proxy.js to NetworkFirst
1 parent 7396b40 commit 5331f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compas-open-scd/workbox-config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
runtimeCaching: [
1818
{
1919
urlPattern: /package\.json\.proxy\.js$/,
20-
handler: 'NetworkOnly',
20+
handler: 'NetworkFirst',
2121
},
2222
{
2323
urlPattern: /\/(_snowpack|public|src)\/.*/,

0 commit comments

Comments
 (0)