Fork me on GitHub
#clojurescript
<
2019-11-09
>
deas11:11:00

I'd like to have figwheel running two compilations concurrently in one process and macros acting different depending on the configuration of the compiler. This should be feasible, right? Which compiler option should I be using?

thheller11:11:45

@deas the "convention" is to use :external-config in the compiler options and access that in the macro

👍 4
Jakob Durstberger22:11:40

Hey, sorry if this has been discussed before. I have been searching on the internet for a while and can't find a lot of info. Has anyone built any progressive web apps with cljs and if so how was your experience?