You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add :figwheel {} to the :compiler map of any build
lein figwheel
Expected:
------ Figwheel Configuration Error ------
Found unrecognized key :figwheel at path (:cljsbuild :builds 1 :compiler)
^^ this works if you us :foo {} instead of :figwheel {}
Actual:
java.lang.Exception: Unable to resolve spec: :figwheel-sidecar.schemas.cljs-options/closure-variable-map-out
... long stacktrace follows
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
:figwheel {}
to the:compiler
map of any buildlein figwheel
Expected:
------ Figwheel Configuration Error ------
Found unrecognized key :figwheel at path (:cljsbuild :builds 1 :compiler)
^^ this works if you us
:foo {}
instead of:figwheel {}
Actual:
java.lang.Exception: Unable to resolve spec: :figwheel-sidecar.schemas.cljs-options/closure-variable-map-out
... long stacktrace follows
The text was updated successfully, but these errors were encountered: