figwheel-main

figwheel-main http://figwheel.org
oskarkv 2019-07-14T20:51:16.061200Z

I'm trying to install cljs-devtools using deps.edn and figwheel-main. cljs-devtools says that I should put :external-config {:devtools/config {:features-to-install [:formatters :hints]}}} in the compiler options if using lein or boot. I tried putting it in my dev.cljs.edn file but it didn't seem to work. Should it? :external-config is not documented in figwheel-main.

oskarkv 2019-07-14T21:34:07.062100Z

Apparently it should work, but when I check with (devtools.core/installed? :hints) it returns false.