[Glitch] Fix tesseract.js being part of the common chunk
Port dfe6059889
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
committed by
Thibaut Girka
parent
41c7fec796
commit
5c35c9c409
@ -153,3 +153,7 @@ export function ListAdder () {
|
||||
export function Search () {
|
||||
return import(/*webpackChunkName: "features/glitch/async/search" */'flavours/glitch/features/search');
|
||||
}
|
||||
|
||||
export function Tesseract () {
|
||||
return import(/*webpackChunkName: "tesseract" */'tesseract.js');
|
||||
}
|
||||
|
Reference in New Issue
Block a user