Fork me on GitHub
#leiningen
<
2017-01-17
>
rovanion11:01:54

How do I go about debugging that binaryage/devtools.preload is not preloaded even though it's in [:profiles :dev :cljsbuild :builds :app :compiler :preloads] where app is the only build available? Where do I start?

rovanion12:01:19

If I manually (require 'devtools.core) I can run (devtools.core/install!) and get the hints in the console.

darwin19:01:00

@rovanion you should be using pretty recent version of ClojureScript, :preloads is a new thing