mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: cache app.js in PWA mode (#1038)
This commit is contained in:
parent
091244b718
commit
9ea02fbf8c
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ export default defineConfig(({ mode }) => {
|
|||
base: './',
|
||||
useCredentials: true,
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 10000000,
|
||||
skipWaiting: true,
|
||||
globPatterns: ['**/*.{js,css,html,ico,png,svg}']
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue