shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
Dan Maltbie 2021-01-30T00:32:41.268100Z

Well, I don't know what it means but your suggestion to add the package worked !??!%!$! Is it just me or is Javascript packaging one of Dante's nine circles of hell?

šŸ”„ 1
Dan Maltbie 2021-01-30T00:45:52.268300Z

As always thanks for your quick and informative response. It's truly one of the reasons I use your software!

Alexis Vincent 2021-01-30T13:09:36.270Z

@thheller Hi there! Iā€™m generating a :node-library with :js-provider :shadow. And getting a bunch of The required JS dependency "stream" is not available and similar for node core libs. Whats the best way to get around this?

Alexis Vincent 2021-01-30T13:10:27.270600Z

I want to compile in all deps but obviously not the core ones.

thheller 2021-01-30T13:12:09.271100Z

@mail024 set :js-options {:keep-native-requires true} in your build config

Alexis Vincent 2021-01-30T13:12:31.271300Z

Sweet! Thanks šŸ˜„

Alexis Vincent 2021-01-30T13:14:22.271600Z

Awesome, that works!

Helins 2021-01-30T20:20:04.273Z

Is there a way to disable css reloading?

Helins 2021-01-30T20:23:31.273400Z

Or more commonly, disable watching a folder served by the dev server?

thheller 2021-01-30T20:48:50.274Z

there is currently no way to turn that off if you use the built-in :dev-http