Re: Sourcemaps with sso linker

2020-06-13 Thread cristian607
Hi guys! I am interested by this as well, and see that indeed it doesn't work w/ sso linker. Is there a way to have the sourcemap url inserted, when using sso linker? I'm migrating some code to a TS app, and I am keeping some valuable GWT code as a "normal" JS lib, consumable from the TS app.

Re: Sourcemaps with sso linker

2016-05-12 Thread Dmitry Skavish
Thanks Thomas! Looks like the url is not inserted if I use sso linker. Is it known issue? On Thu, May 12, 2016 at 5:09 AM, Thomas Broyer wrote: > > > On Thursday, May 12, 2016 at 3:42:36 AM UTC+2, Dmitry Skavish wrote: >> >> hi everybody, >> >> I could not figure out how do I

Re: Sourcemaps with sso linker

2016-05-12 Thread Thomas Broyer
On Thursday, May 12, 2016 at 3:42:36 AM UTC+2, Dmitry Skavish wrote: > > hi everybody, > > I could not figure out how do I build my app and generate sourcemap > url into js file along with all the sources. Anybody can shed some > light here? > > That's what I did: > > 1. I added > to my

Sourcemaps with sso linker

2016-05-11 Thread Dmitry Skavish
hi everybody, I could not figure out how do I build my app and generate sourcemap url into js file along with all the sources. Anybody can shed some light here? That's what I did: 1. I added to my module and now I have sourcemaps generated. 2. Now if I want to use it I need to manually add