clojurescript

Drew Verlee 2025-04-08T20:24:32.131839Z

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

Drew Verlee 2025-04-08T20:28:45.975979Z

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

Drew Verlee 2025-04-08T21:56:11.013549Z

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

cjohansen 2025-04-08T21:01:50.736869Z

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

cjohansen 2025-04-09T04:48:11.459119Z

I see 😳