We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d9f61e + 1fa60c4 commit 9456d48Copy full SHA for 9456d48
1 file changed
components/mjs/node-main/node-main.js
@@ -34,7 +34,7 @@ const dir = global.MathJax.config.__dirname; // set up by node-main.mjs or nod
34
* Set up the initial configuration
35
*/
36
combineDefaults(MathJax.config, 'loader', {
37
- paths: {'mathjax-newcm': 'mathjax-newcm-font'},
+ paths: {'mathjax-newcm': '@mathjax/mathjax-newcm-font'},
38
require: eval("(file) => import(file)"), // use dynamic imports
39
failed: (err) => {throw err} // pass on error message to init()'s catch function
40
});
0 commit comments