lumo
lumo copied to clipboard
Consume/bundle source maps
Currently we don't bundle source maps for the libraries that ship with Lumo.
This makes errors hard to trace because the messages include only references to the lines in compiled JS.
Given #242, do I need to modify that PR in order to include more .js.map files?
This is orthogonal to #242. This issue concerns the REPL, #242 is about CLJS compilation.
@anmonteiro is this as simple as including the source map files when we package the bundle?