Fork me on GitHub
#figwheel-main
<
2020-08-02
>
Daniel Schlaug16:08:49

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?

bhauman14:08:58

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

bhauman14:08:29

remember that source map generation only works in optimizations :none