Failed to parse source map from .../signing-key/lib.esm/browser-elliptic.js.map #1494
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
I have a project that uses yarn and webpack, and includes ethers as a dependency. When I start the project via yarn, I see this warning:
I've determined that if I change this line:
ethers.js/packages/signing-key/lib.esm/elliptic.js
Line 2478 in ce8f1e4
to simply:
//# sourceMappingURL=elliptic.js.map
the warning disappears.
I don't really know enough about this project to know if the line is incorrect as is, or if I've configured something on my end that is misinterpreting it. Also not really sure how this lib.esm folder is getting generated. Any thoughts would be appreciated, happy to submit a fix if I can get some guidance. I suspect change that line is not the appropriate way to fix it.
Thanks!
The text was updated successfully, but these errors were encountered: