We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2045a3f + 2d17c6f commit c41110cCopy full SHA for c41110c
lib/main.js
@@ -81,7 +81,7 @@ var STATE = {
81
//
82
// The MathJaxPath is normaized against file:/// so that Windows paths are correct
83
84
-var MathJaxPath = url.resolve("file:///","file:"+require.resolve('mathjax/unpacked/MathJax'));
+var MathJaxPath = url.resolve("file:///","file:"+require.resolve('mathjax'));
85
var MathJaxConfig; // configuration for when starting MathJax
86
var MathJax; // filled in once MathJax is loaded
87
var serverState = STATE.STOPPED; // nothing loaded yet
0 commit comments