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?
Some relevant code from cljs-devtools: https://github.com/binaryage/cljs-devtools/blob/8dd8b9c5d60c05d5ba5b60f2d908bb3eab8e2f8d/src/lib/devtools/munging.cljs#L61-L73
I see 😳