clojurescript 2025-04-08

does setting the compiler option :target to :bundle rename the file/output-to and give it a _bundle suffix?

I feel strongly the answer is "no" but something is renaming our app.js file.

the answer is no, this is a thing figwheel is doing.

Is there an easier/cheaper way to get the name of a defrecord type in ClojureScript than using pr-str?