figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
rnagpal 2018-11-26T20:29:17.064300Z

I am trying to use web workers in my project

rnagpal 2018-11-26T20:29:34.064700Z

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

rnagpal 2018-11-26T20:29:50.064900Z

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

rnagpal 2018-11-26T20:30:25.065300Z

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

rnagpal 2018-11-26T20:30:39.065600Z

cljs builds work fine,

rnagpal 2018-11-26T20:31:43.066400Z

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