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 -

Is this because its sourceMap is set to false? Is there a reason why this shouldn't be true?
I'm new to debugging in the browser, so was not sure...
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 -
Is this because its sourceMap is set to false? Is there a reason why this shouldn't be true?
feathers/packages/client/tsconfig.json
Line 3 in 3c12b72
I'm new to debugging in the browser, so was not sure...