feathers icon indicating copy to clipboard operation
feathers copied to clipboard

Add sourceMap to client package?

Open bburns opened this issue 5 months ago • 3 comments

I was trying to debug some code with feathers client in the browser, but all I can see is the client package itself, not the referenced packages, and I can't step into a function call to the library -

Image

Is this because its sourceMap is set to false? Is there a reason why this shouldn't be true?

https://github.com/feathersjs/feathers/blob/3c12b722c136fa5aae32bc94fa24b3edec85dd96/packages/client/tsconfig.json#L3

I'm new to debugging in the browser, so was not sure...

bburns avatar May 12 '25 11:05 bburns