lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
dehli 2018-02-20T19:57:21.000094Z

can you target the browser using lumo?

richiardiandrea 2018-02-20T20:00:46.000409Z

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

dehli 2018-02-20T21:40:09.000558Z

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.

richiardiandrea 2018-02-20T22:08:02.000424Z

It looks ok to me

dehli 2018-02-20T22:12:03.000414Z

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