mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Fix SW Caching
This commit is contained in:
parent
a9dfca0bf0
commit
99612733a1
5 changed files with 324 additions and 304 deletions
|
@ -11,7 +11,7 @@ export default defineConfig({
|
|||
VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
workbox: {
|
||||
globPatterns: ['**/*.{css,html,png,svg}', 'manifest.webmanifest'],
|
||||
globPatterns: ['**/*.{css,html,png,svg}', 'manifest.webmanifest', '**/index*.js', '**/shaka*.js'],
|
||||
},
|
||||
manifest: {
|
||||
name: 'Hyperpipe',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue