Do not add the big tesseract file to preload

This commit is contained in:
Renaud Chaput 2025-04-22 18:55:46 +02:00
parent f1aa3970d3
commit cd3ee3339e
No known key found for this signature in database
GPG Key ID: BCFC859D49B46990

View File

@ -144,6 +144,9 @@ const config: UserConfigFnPromise = async ({ mode, command }) => {
enabled: true,
type: 'module',
},
workbox: {
globIgnores: ['assets/tesseract-core*'],
},
}),
svgr(),
// manifestSRI(),