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
Starting this package with the Chrome inspector open always causes a breakpoint to be triggered:
Angular 2 is completely new to me, so I have no idea where to even start looking for the cause of this.
Doesn't happen on the quickstart example in the Angular docs, so must be related to Webpack (or the configuration here) somehow.
The text was updated successfully, but these errors were encountered:
Not a real solution but: changing fetchPromise = global'fetch'; to fetchPromise = global'fetch'; in zone.js fixes the breakpoint problem.
Sorry, something went wrong.
Seeing the same issue using Systemjs -- no webpack. Just moved application from rc4 to release.
This is caused by angular/zone.js#446.
Closing this issue.
No branches or pull requests
Starting this package with the Chrome inspector open always causes a breakpoint to be triggered:
Angular 2 is completely new to me, so I have no idea where to even start looking for the cause of this.
Doesn't happen on the quickstart example in the Angular docs, so must be related to Webpack (or the configuration here) somehow.
The text was updated successfully, but these errors were encountered: