🍱 Modify cache glob
This commit is contained in:
parent
18d70382ff
commit
276c4f5dfe
@ -37,7 +37,8 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
workbox: {
|
workbox: {
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
cleanupOutdatedCaches: true
|
cleanupOutdatedCaches: true,
|
||||||
|
globPatterns: ['**/*.{js,css,ico,png,svg}'],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user