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

Optimize bundle size with code-splitting #22

Open
infojunkie opened this issue May 18, 2023 · 0 comments
Open

Optimize bundle size with code-splitting #22

infojunkie opened this issue May 18, 2023 · 0 comments

Comments

@infojunkie
Copy link
Owner

Use Rollup's code-splitting feature to produce multiple chunks:

  • The core chunk comprising Player, FetchConverter, MmaConverter and their bare minimum dependencies
  • A chunk for OpenSheetMusicDisplayRenderer and dependencies
  • A chunk for VerovioRenderer, VerovioConverter and dependencies including SaxonJS
  • A chunk for WebAudioFontOutput
@infojunkie infojunkie changed the title Optimizing bundle size with code-splitting Optimize bundle size with code-splitting Jun 6, 2023
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