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

☂️ Improve WebPack Support #759

Closed
7 tasks done
Danielku15 opened this issue Feb 20, 2022 · 0 comments · Fixed by #760 or #767
Closed
7 tasks done

☂️ Improve WebPack Support #759

Danielku15 opened this issue Feb 20, 2022 · 0 comments · Fixed by #760 or #767
Assignees
Labels
area-core Related to some core parts of alphaTab platform-javascript Related to the JavaScript version of alphaTab state-accepted This is a valid topic to work on. type-improvement 🚀

Comments

@Danielku15
Copy link
Member

Danielku15 commented Feb 20, 2022

Background
Supporting alphaTab in environments where it is bundled together with other libraries always has been a bit of a pain as alphaTab spawns WebWorkers and AudioWorklets using the script file it is contained in.

But bundlers like WebPack reorganize the code quite significantly and also often come with an own dependency management system which replaces the default import/script include system from browsers.

Related issues to bundling

Goal of this issue
The goal of this issue to add official support for WebPack 5 (WebPack 4 is considered out of scope). There have been already discussions ongoing how this can be solved and improved with WebPack.

@Danielku15 Danielku15 added type-improvement 🚀 state-accepted This is a valid topic to work on. platform-javascript Related to the JavaScript version of alphaTab area-core Related to some core parts of alphaTab labels Feb 20, 2022
@Danielku15 Danielku15 self-assigned this Feb 20, 2022
@Danielku15 Danielku15 linked a pull request Feb 20, 2022 that will close this issue
6 tasks
@Danielku15 Danielku15 reopened this Feb 26, 2022
@Danielku15 Danielku15 reopened this Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core Related to some core parts of alphaTab platform-javascript Related to the JavaScript version of alphaTab state-accepted This is a valid topic to work on. type-improvement 🚀
Projects
Status: Done
1 participant