This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-27
Channels
- # announcements (8)
- # babashka (7)
- # beginners (24)
- # biff (5)
- # calva (17)
- # cider (1)
- # clj-kondo (4)
- # clojure (61)
- # clojure-europe (5)
- # clojure-norway (19)
- # clojurescript (17)
- # conjure (1)
- # core-typed (14)
- # cursive (9)
- # datomic (7)
- # events (2)
- # figwheel (2)
- # helix (1)
- # honeysql (4)
- # jobs (3)
- # lsp (3)
- # malli (2)
- # nrepl (13)
- # off-topic (9)
- # pathom (6)
- # pedestal (3)
- # polylith (3)
- # portal (7)
- # reagent (4)
- # reitit (2)
- # shadow-cljs (49)
- # tools-deps (8)
- # vim (3)
I would like to work with a webworker: using Figwheel Main, Leiningen, and Calva. I suppose I need distinct cljs builds for the web page, on one hand, and the webworker, on the other? And distinct src trees, but not distinct target directories if I want Figwheel to be able to serve js from both builds? Some options go in figwheel's X.cljs.edn files where X corresponds to the -b option? And other options go in project.clj? Can figwheel watch both of them at once?
Aha, I think the key to it is in https://github.com/bhauman/figwheel-main/issues/123