Fork me on GitHub
#lumo
<
2019-04-05
>
firstclassfunc18:04:09

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

firstclassfunc18:04:23

any help greatly appreciated

firstclassfunc18:04:45

build file

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

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