I am trying to use web workers in my project
and I get this error
The key :target at (:cljsbuild :builds 1 :compiler) has a non-conforming value: :webworker. It should satisfy #{:nodejs}
I have [org.clojure/clojurescript "1.10.238"]
and [figwheel "0.5.17"] [figwheel-sidecar "0.5.17"]
cljs builds work fine,
I get this error when I try to start repl programatically by figwheel-sidecar.repl-api/start-figwheel!