This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-08
Channels
- # aws (3)
- # beginners (126)
- # boot (19)
- # cider (31)
- # cljs-dev (324)
- # clojure (96)
- # clojure-boston (2)
- # clojure-denver (9)
- # clojure-dusseldorf (2)
- # clojure-greece (4)
- # clojure-italy (5)
- # clojure-losangeles (1)
- # clojure-spec (18)
- # clojure-uk (59)
- # clojurebridge (1)
- # clojurescript (184)
- # community-development (29)
- # cursive (2)
- # datascript (2)
- # datomic (5)
- # emacs (1)
- # figwheel (6)
- # fulcro (270)
- # hoplon (2)
- # jobs (1)
- # jobs-discuss (1)
- # keyboards (2)
- # leiningen (2)
- # london-clojurians (2)
- # luminus (10)
- # mount (1)
- # off-topic (26)
- # onyx (8)
- # other-languages (1)
- # parinfer (1)
- # protorepl (6)
- # re-frame (23)
- # reagent (61)
- # reitit (5)
- # shadow-cljs (100)
- # spacemacs (3)
- # sql (19)
- # unrepl (90)
- # vim (25)
is support for npm modules compatible with figwheel's hot reloading? i've successfully included a node module in my project and everything works when figwheel loads for the first time, but when it rereloads after a change i get the following error in the browser console:
async.cljs?rel=1520494260039:24 Uncaught TypeError: goog.net.jsloader.load is not a function
at figwheel$client$file_reloading$reload_file_in_html_env (file_reloading.cljs?rel=1520494247518:208)
at figwheel$client$file_reloading$reload_file (file_reloading.cljs?rel=1520494247518:250)
at figwheel$client$file_reloading$blocking_load (file_reloading.cljs?rel=1520494247518:269)
at file_reloading.cljs?rel=1520494247518:279
at file_reloading.cljs?rel=1520494247518:277
at figwheel$client$file_reloading$state_machine__24178__auto____1 (file_reloading.cljs?rel=1520494247518:277)
at figwheel$client$file_reloading$state_machine__24178__auto__ (file_reloading.cljs?rel=1520494247518:277)
at cljs$core$async$impl$ioc_helpers$run_state_machine (ioc_helpers.cljs?rel=1520494214702:35)
at cljs$core$async$impl$ioc_helpers$run_state_machine_wrapped (ioc_helpers.cljs?rel=1520494214702:39)
at ioc_helpers.cljs?rel=1520494214702:48
at channels.cljs?rel=1520494211471:78
at cljs$core$async$impl$dispatch$process_messages (dispatch.cljs?rel=1520494211137:19)
at <anonymous>
Is there a reason why 0.5.16-SNAPSHOT
is not released yet? Can't get the nodejs support working due to https://github.com/bhauman/lein-figwheel/issues/662
@schnipseljagd I'll release it
@schnipseljagd released
@bhauman Great thx. The node.js repl works like a charm now!