This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-22
Channels
- # announcements (7)
- # beginners (10)
- # biff (2)
- # calva (12)
- # clerk (1)
- # clojure-europe (1)
- # clojure-korea (2)
- # clojure-norway (6)
- # cursive (5)
- # datahike (10)
- # datalevin (6)
- # datascript (2)
- # fulcro (2)
- # honeysql (18)
- # kaocha (1)
- # missionary (2)
- # off-topic (6)
- # pedestal (3)
- # ring (2)
- # shadow-cljs (11)
- # sql (2)
- # xtdb (4)
An observation and a question about :preloads on nodejs. learning this cost me a few hours so might be worth documenting somewhere. more in thread….
I’ve been using the technique from the excellent blog post https://martinklepsch.org/posts/better-clojurescript-node-repl-defaults.html thanks @U050TNB9F
naively I added the preload to my shadow cljs instead of using the :config-merge technique. yes RTFM but it didn’t seem unreasonable at the time
this broke my prod bundle/runtime. if preloads like this are present, Google Closure tried to require “goog.events.EventWrapper” before the global goog has been declared