This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-06
Channels
- # aws-lambda (6)
- # babashka (1)
- # beginners (204)
- # calva (10)
- # chlorine-clover (17)
- # cider (57)
- # cljs-dev (3)
- # cljsrn (3)
- # clojure (148)
- # clojure-bangladesh (1)
- # clojure-berlin (3)
- # clojure-europe (30)
- # clojure-france (1)
- # clojure-italy (4)
- # clojure-nl (5)
- # clojure-spec (4)
- # clojure-uk (14)
- # clojurescript (15)
- # code-reviews (8)
- # conjure (27)
- # data-science (9)
- # datomic (38)
- # duct (6)
- # figwheel-main (11)
- # fulcro (78)
- # helix (11)
- # jobs (1)
- # malli (18)
- # meander (22)
- # mount (4)
- # nrepl (3)
- # off-topic (93)
- # pathom (2)
- # pedestal (4)
- # re-frame (5)
- # reagent (6)
- # reitit (1)
- # ring-swagger (1)
- # sci (1)
- # shadow-cljs (19)
- # spacemacs (1)
- # sql (1)
- # tools-deps (76)
- # unrepl (1)
- # vim (5)
- # xtdb (8)
Not sure if anyone else has been experiencing this, but figwheel-main reload’s have gotten a lot slower using webpack bundle… What used to be edit, instantaneous reload now takes a good few seconds to trigger…
Btw, let me know if you want to do some windows testing later... I'm planning on doing some setup on there this week...
@folcon or does it log that its bundling everytime that you save? because, you really shouldn’t be bundling every singe save as that will slow things down
The issue only came up after I swapped to webpack bundle, I would have expected the delay to be caused by compiling / reloading.
so I accidentally upgraded my Mac OS this morning to Big Sur (the update was labelled “Catalina” … quite unhappy). I’m figuring I’d have to do this eventually anyway, so I’m trying to work around the broken file watcher/hot reloading by running Figwheel in a docker image. I’ve got it all hooked up fine including the websocket, but the builds are quite slow. Does anyone have any docker-fu to share to get this down? Incremental build times used to be <1s and are now 20-30s.