Switch to default export for htmx 2 (#2428)

This commit is contained in:
Alexander Petros 2024-03-24 18:11:45 -04:00 committed by GitHub
parent cd4e6c62cf
commit 2f0de8bdbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,5 +33,5 @@ EOF
# ESM script
cat > dist/htmx.esm.js << EOF
$(cat $HTMX_SRC)
export { htmx }
export default htmx
EOF