Hi @elabx,
First of all, thank you for the AlpineJS module!
I have been working on a fork to modernize the module and make it more flexible for my projects. Instead of shipping a static (and potentially outdated) JS file, I implemented a downloader mechanism.
Here is a summary of the new features I added:
Local Hosting & Updater: The module can now download the latest Alpine.js core and plugins directly from unpkg.com to the server. This allows for 1-Click Updates via the module config without needing a module update.
Plugin Support: Added checkboxes to easily enable official plugins (Mask, Intersect, Persist, Focus, Collapse, Morph, History).
You can review the changes in my fork here: https://github.com/markusthomas/AlpineJS
I think these changes would be a good addition to the your repository. Would you be interested in a Pull Request?
Best regards, Markus