alpinejs / alpine

A rugged, minimal framework for composing JavaScript behavior in your markup.
https://alpinejs.dev
MIT License
27.92k stars 1.22k forks source link

Add minified ESM distribution for browsers #4182

Closed jonkoops closed 4 months ago

jonkoops commented 4 months ago

Adds a minified version of the ESM distribution that can be included directly in browsers. See #4181 for a background on this topic.

calebporzio commented 4 months ago

Thanks for this PR @jonkoops - because this isn't something we can easily revert. I'm going to hold off until there's more demand.

If others agree this is needed, please re-open this PR

In the meantime, @ekwoka has some good suggestions in the referenced discussion

Thanks again!