Fork me on GitHub
#shadow-cljs
<
2022-11-02
>
thheller05:11:54

@drewverlee you mean you don't get the formatted structures? I have never used cljs-devtools, so I don't know about its options

Drew Verlee11:11:04

Correct, i don't get the formated structures.

Drew Verlee11:11:43

Ugh, thanks for understanding my meaning, looks like I dropped the word " don't". It's been a long couple of days...

alex16:11:47

Drew, have you enabled "Enable Custom Formatters" in the Chrome Devtools Settings?

alex16:11:17

(I'm assuming that you're logging to the browser, but that might be an incorrect assumption)

Drew Verlee16:11:46

I'll check that i have them enabled, maybe they got turned off at some point.

Drew Verlee18:11:26

that was the issue. đź‘Ť

âś… 1
Sam Ritchie17:11:15

hey all, this might be obvious through trial but I can’t seem to get my head clear from the docs. I want to specify different sets of aliases for idfferent builds in my shadow-cljs.edn file. I know I can do this at the top level:

:deps {:aliases [:dev :storybook]}
but can I alternatively set different aliases for different builds?

thheller17:11:35

not supported. why?

Sam Ritchie17:11:32

@thheller as I am asking I am realizing that because this is just for DEVELOPMENT… I should just stuff everything in that I need for all builds (since this is just to get more dependencies)

Sam Ritchie17:11:47

@thheller sorry… I was still in my head in library mode, thinking I didn’t want to ship extra dependencies

thheller17:11:20

indeed, extra dependencies don't hurt if you don't actually require them in code

thheller17:11:34

so just go wild and add everything

Sam Ritchie20:11:10

@thheller every possible battery included