feathers
feathers copied to clipboard
Add sourceMap to client package?
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?
https://github.com/feathersjs/feathers/blob/3c12b722c136fa5aae32bc94fa24b3edec85dd96/packages/client/tsconfig.json#L3
I'm new to debugging in the browser, so was not sure...