lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2019-04-05T18:56:09.000700Z

question about lumo build.. After compiling doesn’t seem like `-main gets called

2019-04-05T18:56:23.001Z

any help greatly appreciated

2019-04-05T18:56:45.001200Z

build file

(require '[lumo.build.api :as b])

(b/build "src"
  {:main 'hello.core
   :output-to "main.js"
   :optimizations :advanced
   :target :nodej})