migrate katex ( js portion ) to js bundle
This commit is contained in:
parent
fbafe4f671
commit
bf236e029e
10 changed files with 32 additions and 20 deletions
3
assets/scripts/features/math/index.js
Normal file
3
assets/scripts/features/math/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
if (process.env.FEATURE_MATH_KATEX) {
|
||||
import('./katex');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue