We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6cb7b commit 2d17c6fCopy full SHA for 2d17c6f
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