OK more news on this front, you can mix cljsjs libs and node libs, but you have to use :aot-cache false , because libraries like reagent
are getting compiled and cached depending on node_modules or cljsjs libs
@folcon ^
Ok, I don’t think I’m setting that… Or is the default true?
the default is true
ok cool, good to know =)…
Ok so with :aot-cache false
is that a general rule, or can I now eliminate other flags that are set? like:
:install-deps true
@folcon actually this is confusing because figwheel.main defaults aot-cache to false
1😂you don’t have to set :install-deps true, you should just use the --install-deps command line
Cool, what about things like:
cljs.core/*global* "window"
Though I think this is probably going to stick around it seems :)…yeah it should stay, although you can experiment and remove it, it may not affect your build
=)… I’ll experiment on Monday ;)…