Re: Possibility to control the prefix for source-map urls?

2020-11-21 Thread Greg Dove
Oh... I did not know that... thanks Yishay! On Sun, Nov 22, 2020 at 8:10 PM Yishay Weiss wrote: > > I think there is definitely a need to be able to avoid source-maps as > well. > > In chrome dev tools preferences under ‘Sources’ you can uncheck ‘Enable > JavaScript source maps’. > > > From: Gre

RE: Possibility to control the prefix for source-map urls?

2020-11-21 Thread Yishay Weiss
> I think there is definitely a need to be able to avoid source-maps as well. In chrome dev tools preferences under ‘Sources’ you can uncheck ‘Enable JavaScript source maps’. From: Greg Dove Sent: Saturday, November 21, 2020 10:36 PM To: Apache Royale Development

Re: Possibility to control the prefix for source-map urls?

2020-11-21 Thread Greg Dove
I think there is definitely a need to be able to avoid source-maps as well. In the project I am currently working on, it is currently loading around 40Mb or javascript in debug mode. If this was all in one single file I think it would be fine, but because it is loading 4300 individual files, it can

Re: Possibility to control the prefix for source-map urls?

2020-11-21 Thread Carlos Rovira
Hi Chris, Yes, I'm trying to figure what's the best to do so we all can get a better debugging experience out of the box. In this feature I think Josh and you has much more to say than me (at least), so any strategy would be greatly appreciated, and if we can add it before releasing 0.9.8 even bet