mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 23:35:13 +00:00
Switch to default export for htmx 2 (#2428)
This commit is contained in:
parent
cd4e6c62cf
commit
2f0de8bdbe
@ -33,5 +33,5 @@ EOF
|
|||||||
# ESM script
|
# ESM script
|
||||||
cat > dist/htmx.esm.js << EOF
|
cat > dist/htmx.esm.js << EOF
|
||||||
$(cat $HTMX_SRC)
|
$(cat $HTMX_SRC)
|
||||||
export { htmx }
|
export default htmx
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user