lumo 2018-02-20

can you target the browser using lumo?

@dehli you can compile ClojureScript code that targets browers in theory, but I haven't tried that

thanks! the compiled code has process.env.NODE_ENV in it so it’s failing but I’m wondering if I’m setting the target incorrectly. I have

(b/build "src"
  {:main 'demo.core
   :target :default})
I also tried :browser as the target without luck.

It looks ok to me

Thanks. It looks like it was an issue with a dependency