figwheel-main

figwheel-main http://figwheel.org
tianshu 2019-07-04T20:14:39.009100Z

Hi, I want to use figwheel-main with devcards. If I put :devcards true in the map in the app.cljs.edn it will work. but why I can't put this in the meta of that map? according to the document of devcards, I should able to put :devcards to figwheel options.

dpsutton 2019-07-04T20:35:13.010300Z

That needs to be available to the compiler not figwheel if I remember correctly. All the dev cards are noops when this compiler flag isn’t set

tianshu 2019-07-04T20:38:05.010800Z

https://github.com/bhauman/devcards#usage-with-figwheel but in this example, it didn't put any flag in compiler options.

dpsutton 2019-07-04T20:40:38.012500Z

However it ends there that’s where it looks. The version you posted was from lein figwheel and presumably puts those into the compiler options

tianshu 2019-07-04T22:06:51.016300Z

alright, it did not make too much differences.