-
Notifications
You must be signed in to change notification settings - Fork 12k
SourceMap broken for Angular 2 Source #1838
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
Comments
@TheLarkInn this seems related to us disabling source maps for node_modules. Can you confirm? |
Yeah we are ignoring any node modules source maps for now. When we add the ability to access the webpack config from the add on system they can customize this |
Closing as there isn't much to do here for now. |
are there plans to support source maps for angular2 source files so typescript can be actually debugged in the browser console ? |
Any update on this? |
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. |
This is similar issue like ##1790. #1790 fixed my problem with debuging of application sourcing, but when I try to debug Angular sources, I see there is no sourceMap at all. As angular ~/ are just javascript files.
Any idea? Do I need to turn of something to get AngularJS TS into my chrome so I can debug ?
Thanks,
Frank
The text was updated successfully, but these errors were encountered: