shadow-cljs does support generating ESM code as explain in this post. That however is only supported by shadow-cljs, so your desired setup using cljs.jar
will not work with this attempt. The default tools cannot emit ESM import
and only support require()
.