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?
As always thanks for your quick and informative response. It's truly one of the reasons I use your software!
@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?
I want to compile in all deps but obviously not the core ones.
@mail024 set :js-options {:keep-native-requires true}
in your build config
Sweet! Thanks š
Awesome, that works!
Is there a way to disable css reloading?
Or more commonly, disable watching a folder served by the dev server?
there is currently no way to turn that off if you use the built-in :dev-http