refactor: Pre-render TeX + MathML server-side to SVG
This commit is contained in:
8
fuse.js
8
fuse.js
@@ -53,17 +53,9 @@ const ALIASES = {
|
||||
'vue-lodash': 'vue-lodash/dist/vue-lodash.min.js'
|
||||
}
|
||||
const SHIMS = {
|
||||
_preinit: {
|
||||
source: '.build/_preinit.js',
|
||||
exports: '_preinit'
|
||||
},
|
||||
jquery: {
|
||||
source: 'node_modules/jquery/dist/jquery.js',
|
||||
exports: '$'
|
||||
},
|
||||
mathjax: {
|
||||
source: 'node_modules/mathjax/MathJax.js',
|
||||
exports: 'MathJax'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user