Skip to content

Commit

Permalink
Change Service Worker caching with url params
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Jan 1, 2024
1 parent ec7a230 commit fd3f3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default defineConfig({
},
workbox: {
globPatterns: ['**/*.{js,css,html}', 'assets/**/*'],
ignoreURLParametersMatching: [/^flags/, /^url/, /^chartIndex/, /^chartType/],
}

})
Expand Down

0 comments on commit fd3f3ae

Please sign in to comment.