Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: react and vue webpack bundling examples #28

Open
codekiln opened this issue Sep 30, 2020 · 0 comments
Open

Request: react and vue webpack bundling examples #28

codekiln opened this issue Sep 30, 2020 · 0 comments

Comments

@codekiln
Copy link

codekiln commented Sep 30, 2020

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:

  1. vanilla webpack, preferably starting with webpack's own example application and just using HtmlWebpackPlugin to output the example page
  2. Create-React-App created project
  3. Vue CLI- created project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant