-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Turn off sourcesContent in .map files #22708
Comments
A relevent question: |
This is caused by NGCC and It is not possible to turn this off. It is recommended to build and ship your Angular libraries using v13+ which would not require processing by NGCC. This issue tracker is not suitable for support requests, please repost your issue on StackOverflow using tag If you are wondering why we don't resolve support issues via the issue tracker, please check out this explanation. |
It is a bug, please look at this issue. |
You can close it, after viewing my comment. Thank you. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Description
I found the .map files generated by angular will contain sourcesContent property. Is it possible to delete it? I tried to use custom webpack, but I can't get the original webpack.config.js angular uses. So I don't know what to do.
I also find angular will modify my exiting angular libraries .map files to add sourcesContent property, which will disable vscode's Go to Implementation function.
I asked in gitter, but no body replies. I guess I'll have better chance here.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: