mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-12 04:31:11 +00:00
Do not add the big tesseract file to preload
This commit is contained in:
parent
f1aa3970d3
commit
cd3ee3339e
|
@ -144,6 +144,9 @@ const config: UserConfigFnPromise = async ({ mode, command }) => {
|
|||
enabled: true,
|
||||
type: 'module',
|
||||
},
|
||||
workbox: {
|
||||
globIgnores: ['assets/tesseract-core*'],
|
||||
},
|
||||
}),
|
||||
svgr(),
|
||||
// manifestSRI(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user