Skip to content

Commit

Permalink
Switch to default export for htmx 2 (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros authored Mar 24, 2024
1 parent cd4e6c6 commit 2f0de8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ EOF
# ESM script
cat > dist/htmx.esm.js << EOF
$(cat $HTMX_SRC)
export { htmx }
export default htmx
EOF

0 comments on commit 2f0de8b

Please sign in to comment.