Fork me on GitHub
#figwheel-main
<
2020-09-21
>
curlyfry15:09:30

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?

deadghost20:09:59

: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?

deadghost22:09:34

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