The first alpha on npm has a drawback when it comes to the harcoded fonts. They end up in node_modules/mathjax3/mathjax2/css/... so if you build something you need to copy these along.
Of course that's not hard -- the copy-webpack-plugin is your friend, e.g.,
The first alpha on npm has a drawback when it comes to the harcoded fonts. They end up in
node_modules/mathjax3/mathjax2/css/...
so if you build something you need to copy these along.Of course that's not hard -- the
copy-webpack-plugin
is your friend, e.g.,