migrated darkMode feature to js bundle

This commit is contained in:
Aaron Qian 2022-11-11 13:19:44 -08:00 committed by Aaron Qian
parent 67c1f520d8
commit 28fbd7d906
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
10 changed files with 92 additions and 5565 deletions

View file

@ -5,3 +5,7 @@ if (process.env.FEATURE_VIDEOPLAYER) {
if (process.env.FEATURE_TOC) {
import('./toc');
}
if (process.env.FEATURE_DARKMODE) {
import('./darkmode');
}