hi all, does :target :npm-module
support repl?
depends
what are you doing with it?
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 😱
@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
different ns in case its not the browser. hmm although browser might be the only where this would actually work