mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-15 06:01:12 +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,
|
enabled: true,
|
||||||
type: 'module',
|
type: 'module',
|
||||||
},
|
},
|
||||||
|
workbox: {
|
||||||
|
globIgnores: ['assets/tesseract-core*'],
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
svgr(),
|
svgr(),
|
||||||
// manifestSRI(),
|
// manifestSRI(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user