This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-21
Channels
- # announcements (3)
- # aws (11)
- # babashka (5)
- # beginners (116)
- # cider (30)
- # clara (1)
- # clj-kondo (15)
- # clojure (17)
- # clojure-dev (9)
- # clojure-europe (2)
- # clojure-italy (1)
- # clojure-uk (3)
- # clojurescript (9)
- # conjure (3)
- # duct (22)
- # exercism (1)
- # fulcro (8)
- # graalvm (5)
- # graphql (3)
- # helix (3)
- # joker (3)
- # kaocha (2)
- # off-topic (9)
- # pathom (4)
- # re-frame (1)
- # rum (6)
- # shadow-cljs (81)
- # sql (6)
- # xtdb (9)
@g7s Hey, I'm trying out https://github.com/g7s/module.shadow-cljs , basically I copy pasted my current shadow-cljs.edn
into my config.edn
. But I'm getting the error The required namespace "myapp.core" is not available.
Any idea?
I'm not using the Shadow-cljs' built-in HTTP server though. Maybe that has something to do with it?
@kevin.van.rooijen have you sorted it out yet? Sorry the readme is a mess.. I am postponing to write a proper one all the time.
I thought that the shadow-cljs map in config.edn would handle that for me, but it actually makes sense that it doesn't
There is also a cljs-repl
function that you can use in your dev.clj
from this namespace https://github.com/g7s/module.shadow-cljs/blob/master/src/duct/repl/shadow_cljs.clj