migrate pdf-js to js bundle by delegating to cdn

This commit is contained in:
Aaron Qian 2022-11-11 17:32:21 -08:00 committed by Aaron Qian
parent bf236e029e
commit cd2914ca9c
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
368 changed files with 201 additions and 144116 deletions

View file

@ -21,3 +21,7 @@ if (process.env.FEATURE_SYNTAXHIGHLIGHT) {
if (process.env.FEATURE_MATH) {
import('./math');
}
if (process.env.FEATURE_EMBEDPDF) {
import('./embedpdf');
}