♻️ Make the exporter build as esm module

This commit is contained in:
Andrey Antukh
2025-09-30 14:52:42 +02:00
parent 23d5bdd20b
commit d0f34f06a9
9 changed files with 38 additions and 30 deletions

View File

@@ -13,9 +13,6 @@ rm -rf target
# Build the application
clojure -M:dev:shadow-cljs release main;
# Remove source
rm -rf target/app;
# Copy package*.json files
cp ../.yarnrc.yml target/;
cp yarn.lock target/;