Fork me on GitHub
#figwheel-main
<
2019-01-01
>
cassiel17:01:43

Can someone point me at a walk-through for generating code for node.js rather than browser? The docs mention node.js in passing, but all the code being generated looks browser-specific, and I seem to get a browser launched whatever I attempt. I tried putting a :target into figwheel-main.edn, but that doesn’t seem to be allowed.

bhauman17:01:43

The target goes into dev.cljs.edn

bhauman17:01:59

:target :nodejs

cassiel18:01:33

Aha - thanks, will give that a spin.