Fork me on GitHub
#clojurescript
<
2020-08-02
>
lambdam15:08:41

Hello, I'm playing with the CLJS compiler (barebone) and when compiling a basic source file with the :whitespace option (and no more option), I get the following error in the JS console of Firefox: goog.require could not find: cljs.core . I didn't find any information on Google. Is it a known behaviour? Am I missing a configuration option? With the :simple optimization, it works fine. Thanks

Ody21:08:19

Is there an official getting started cljs app with cli and hot reloading goodness?

gekkostate12:08:40

I would recommend https://shadow-cljs.org/! It’s amazing especially when you have to integrate with npm.

💯 3
Ody12:08:45

Sorry i am novice. How is this different than figwheel?