This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-28
Channels
- # announcements (1)
- # beginners (43)
- # calva (7)
- # clojure (48)
- # clojure-europe (19)
- # clojure-nl (1)
- # clojure-norway (24)
- # clojure-uk (4)
- # clojuredesign-podcast (4)
- # clojurescript (11)
- # conjure (15)
- # core-async (1)
- # cursive (1)
- # datomic (33)
- # events (1)
- # fulcro (2)
- # humbleui (21)
- # hyperfiddle (34)
- # introduce-yourself (1)
- # joyride (24)
- # lambdaisland (8)
- # lsp (3)
- # malli (30)
- # meander (2)
- # observability (5)
- # off-topic (2)
- # pathom (3)
- # polylith (26)
- # portal (5)
- # re-frame (28)
- # shadow-cljs (7)
- # spacemacs (2)
- # xtdb (6)
Yesterday, I was watching the video at https://www.youtube.com/watch?v=kn9nvHEgzJY&t=1934s, which seems to be using Shadow-cljs with pnpm. What is the current state of pnpm and Shadow-cljs?
@UUSQUGUF3 Hey, are you using any hoisting settings to make pnpm work with shadow-cljs? So far I’ve only been successful by using the shamefully-hoist
setting - it seems like Shadow wants all the dependencies at the root of node_modules. I’m out of my comfort zone though and looking to make sure I’m not missing something
Ah yes I should have mentioned that. I could only get it to work with that flag too.
No problem, thanks!
Is there an obvious strategy for running :target :node-test
tests while developing locally besides just running two processes, one for the app and another for tests? Nothing super important just wondering what other people might have done here
Ah answered my own question, shadow-cljs
can watch
multiple builds like shadow-cljs watch app test