figwheel-main

figwheel-main http://figwheel.org
kommen 2019-05-21T13:41:01.000600Z

https://figwheel.org/config-options#hot-reload-cljs

kommen 2019-05-21T13:41:13.000900Z

it says: Whether or not figwheel.core should hot reload compiled ClojureScript. Only has meaning when :figwheel is true. Default: true

kommen 2019-05-21T13:41:31.001300Z

it is unclear to me what :figwheel is true means here

kommen 2019-05-21T13:44:15.001800Z

should that be :figwheel-core instead of :figwheel?

2019-05-21T16:44:11.002500Z

Looks like a error in updating the docstrings from the orig figwheel: https://github.com/bhauman/figwheel-main/blob/master/src/figwheel/main/schema/config.clj#L138

2019-05-21T16:44:30.002900Z

Should be :figwheel-core

2019-05-21T16:49:56.003100Z

Made a PR: https://github.com/bhauman/figwheel-main/pull/186