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 7396b40 commit 5331f17Copy full SHA for 5331f17
packages/compas-open-scd/workbox-config.cjs
@@ -17,7 +17,7 @@ module.exports = {
17
runtimeCaching: [
18
{
19
urlPattern: /package\.json\.proxy\.js$/,
20
- handler: 'NetworkOnly',
+ handler: 'NetworkFirst',
21
},
22
23
urlPattern: /\/(_snowpack|public|src)\/.*/,
0 commit comments