perf(pwa): exclude shiki from sw precache (#907)
This commit is contained in:
parent
d0675cb391
commit
04aac652cf
2 changed files with 14 additions and 1 deletions
|
@ -14,7 +14,7 @@ export const pwa: VitePWANuxtOptions = {
|
|||
manifest: false,
|
||||
injectManifest: {
|
||||
globPatterns: ['**/*.{js,json,css,html,txt,svg,png,ico,webp,woff,woff2,ttf,eot,otf,wasm,webmanifest}'],
|
||||
globIgnores: ['emojis/**'],
|
||||
globIgnores: ['emojis/**', 'shiki/**'],
|
||||
},
|
||||
devOptions: {
|
||||
enabled: process.env.VITE_DEV_PWA === 'true',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue