it says: Whether or not figwheel.core should hot reload compiled ClojureScript. Only has meaning when :figwheel is true. Default: true
it is unclear to me what :figwheel is true
means here
should that be :figwheel-core
instead of :figwheel
?
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
Should be :figwheel-core
Made a PR: https://github.com/bhauman/figwheel-main/pull/186