figwheel-main 2020-09-21

Hi! I have a project that is using re-frame-10x, which requires a :preloads config option to work properly. I set this in dev.cljs.edn. I don't want to run this :preload when doing a production build. What is the best way of doing this with figwheel main? Should I use a completely different prod.cljs.edn file where I leave out the :preloads?

:launch-js ["chromium-browser" "--repl" ""] How do I get :launch-js to read $FOO from my env instead of just opening the exact string ""in the browser?

I got it going for "http://localhost:1234/test.html" so I'm good.