Fork me on GitHub
#figwheel
<
2018-11-26
>
rnagpal20:11:17

I am trying to use web workers in my project

rnagpal20:11:34

and I get this error The key :target at (:cljsbuild :builds 1 :compiler) has a non-conforming value: :webworker. It should satisfy #{:nodejs}

rnagpal20:11:50

I have [org.clojure/clojurescript "1.10.238"]

rnagpal20:11:25

and [figwheel "0.5.17"] [figwheel-sidecar "0.5.17"]

rnagpal20:11:39

cljs builds work fine,

rnagpal20:11:43

I get this error when I try to start repl programatically by figwheel-sidecar.repl-api/start-figwheel!