Hashpack / hashconnect

Hashconnect library, readme in progress
BSD Zero Clause License
45 stars 38 forks source link

Excessive 'Failed to parse source map' Warnings #180

Closed a-ridley closed 8 months ago

a-ridley commented 1 year ago

Hashconnect currently generates a significant number of "Failed to parse source map from ..." warnings in the console. These warnings flood the console output and make it difficult to determine if there are actual code issues or if the warnings are unrelated. This creates confusion and hinders the debugging process and creates unnecessary warnings that can cause errors in CI pipelines.

Expected Behavior: There should be no "Failed to parse source map" warnings

samuelnihoul commented 1 year ago

Also source maps would be great.