(Enhancement) Please add source maps for minified code #1902
Comments
I'd like to add my support for this enhancement. Given that the issue has been open for nearly two years, I'm not optimistic, but hey, maybe it just got lost in the shuffle? Auto generating a sourcemap for the minified code should be as simple as passing a flag to Closure Compiler... |
To add it to code.highcharts.com and our zip packages we should
|
+1 |
1 similar comment
+1 |
We are working on this, in fact we are already uploading the maps to code.highcharts.com (http://code.highcharts.com/highcharts.js.map). What's left is to add the reference to the map from the minified files. |
sourcemap is still unavailable now. no reference added to the minified files. |
@jon-a-nygaard What's the status? |
In the npm package we're using (6.0.6) there is source maps, but maybe that's added by a third party? Unfortunately I haven't succeeded getting webpack to "forward" these maps so it's not much help :( |
@jon-a-nygaard Anything new? |
It's a 5.5 years issue. And no fix available. Does highcharts team take this seriously? For commercial users, that's really bad experience. |
v6.1.3 is now published with fixed source maps which is detected by the browser. |
Thanks anyway. |
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/ gives a quick overview for the uninitiated.
Essentially, usage of source maps should aid in the debugging efforts of production code as one would no longer have to switch back to highcharts.src.js just to track down errors.
The text was updated successfully, but these errors were encountered: