From 2f0de8bdbea23e26426034bcaa39cdbbe6d6112d Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Sun, 24 Mar 2024 18:11:45 -0400 Subject: [PATCH] Switch to default export for htmx 2 (#2428) --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 6ef311ae..78f42abd 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -33,5 +33,5 @@ EOF # ESM script cat > dist/htmx.esm.js << EOF $(cat $HTMX_SRC) -export { htmx } +export default htmx EOF