Fork me on GitHub
#shadow-cljs
<
2020-09-10
>
Alexis Vincent14:09:25

hi all, does :target :npm-module support repl?

thheller14:09:44

what are you doing with it?

mauricio.szabo18:09:06

Hi, is there a way to make Shadow stop printing shadow-cljs - #34 ready! - like messages on development? The reason I need is because I'm compiling for a target that if I try to print on console, it raises an error đŸ˜±

thheller18:09:53

@mauricio.szabo there is no way to do that currently but I can add an option. please open an issue. until then you can (set! shadow.cljs.devtools.client.browser/devtools-msg (fn [])) in a preload or so

thheller18:09:19

different ns in case its not the browser. hmm although browser might be the only where this would actually work