figwheel-main

figwheel-main http://figwheel.org
2020-08-02T16:06:49.230Z

Figwheel doesn’t mention the :source-map option anywhere in the docs and setting that to true in my ios.cljs.edn doesn’t seem to be generating source maps. Is there any reason that it wouldn’t do that for a react-native build?

bhauman 2020-08-08T14:40:58.245500Z

:source-map is a ClojureScript compile option so that is really up to the ClojureScript compiler,

bhauman 2020-08-08T14:41:29.245700Z

remember that source map generation only works in optimizations :none