[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:
Eugen Rochko
2019-08-15 17:24:45 +02:00
committed by Thibaut Girka
parent 41c7fec796
commit 5c35c9c409
2 changed files with 18 additions and 12 deletions

View File

@ -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');
}