We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I am trying to resolve an error on an Angular 15 prod build
source-map resolve main.c15d80c6dc61f528.js 1 23044
But it gives me the error: Could not resolve mapping: Unexpected token ( in JSON at position 0
Please find the files attached.
Hope you can help me.
Many thanks in advance. main.c15d80c6dc61f528.zip
The text was updated successfully, but these errors were encountered:
I had this issue as well. Try passing the .js.map file instead:
.js.map
source-map resolve main.c15d80c6dc61f528.js.map 1 23044
Sorry, something went wrong.
No branches or pull requests
Hi there,
I am trying to resolve an error on an Angular 15 prod build
source-map resolve main.c15d80c6dc61f528.js 1 23044
But it gives me the error:
Could not resolve mapping: Unexpected token ( in JSON at position 0
Please find the files attached.
Hope you can help me.
Many thanks in advance.
main.c15d80c6dc61f528.zip
The text was updated successfully, but these errors were encountered: