-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to parse source map #11
Comments
This comment might be helpful: |
Thanks! It appears our sourcemap file locations are incorrect in // dist/trace-mapping.mjs.map
{
"sources": ["../../src/trace-mapping.ts"]
} That resolves to Might be a bug with rollup generating our dists… |
@jridgewell wow thanks for the speedy fix! Does this also fix |
Ahh, I forgot that one. I'll update it soon. |
Thank you very much!! |
I have been getting some failed to parse source map errors. It seems to be only related to this project and the
sourcemap-codec
project as well. I am usingyarn 3.2.1
with pnp.The text was updated successfully, but these errors were encountered: