You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most modern JS applications are distributed via a single entrypoint bundle generated by webpack, where webpack has been configured to do vendor chunking by default. All the MathJax examples I've seen assume that Mathjax is going to have its own webpack bundle, e.g. custom-mathjax.html or is going to be loaded via a CDN, instead of being imported alongside imports to other modern JS library in a single entrypoint bundle.
Please provide examples / quick starts that just assume we need the basic default settings for:
vanilla webpack, preferably starting with webpack's own example application and just using HtmlWebpackPlugin to output the example page
Most modern JS applications are distributed via a single entrypoint bundle generated by webpack, where webpack has been configured to do vendor chunking by default. All the MathJax examples I've seen assume that Mathjax is going to have its own webpack bundle, e.g. custom-mathjax.html or is going to be loaded via a CDN, instead of being imported alongside imports to other modern JS library in a single entrypoint bundle.
Please provide examples / quick starts that just assume we need the basic default settings for:
HtmlWebpackPlugin
to output the example pageThe text was updated successfully, but these errors were encountered: