@bhauman re-natal use-figwheel
generates index.android.js
etc. but that was removed in every clean
so I removed it from the clean targets
@bhauman: Is it possible to skip figwheelโs validation of cljs compiler options? If it can, It will be handy for testing new cljs core stuff without extending existing figwheel.
:validate-config false
in the :figwheel options
that skips all validation
@bhauman: wow thanks ๐
I'm happy to push a quickish update though
@bhauman: yeah, currently needing the :preloads
option to be available
:figwheel > :validate-config false
@wilkerlucio: ^
just for now
yup, but would be nice to keep the rest of the validation, hehe
I'll cut a release soon
what you think about the idea of leaving it open, and doing the levinstein comparison on the unknown ones before failing? or maybe jsut a warn on unknown keys?
this is a much bigger conversation
just deployed lein-figwheel 0.5.4-4
with support for the new :preloads
key and some other fixes