lumo icon indicating copy to clipboard operation
lumo copied to clipboard

Consume/bundle source maps

Open anmonteiro opened this issue 8 years ago • 3 comments

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.

anmonteiro avatar Nov 20 '16 10:11 anmonteiro

Given #242, do I need to modify that PR in order to include more .js.map files?

arichiardi avatar Aug 29 '17 22:08 arichiardi

This is orthogonal to #242. This issue concerns the REPL, #242 is about CLJS compilation.

anmonteiro avatar Aug 29 '17 22:08 anmonteiro

@anmonteiro is this as simple as including the source map files when we package the bundle?

arichiardi avatar Jan 31 '18 05:01 arichiardi