-
Notifications
You must be signed in to change notification settings - Fork 6.8k
test: karma should use sourcemaps. #203
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
@hansl probably also relates to the cli |
@jelbourn No, we are just not initializing the sourcemaps in the karma files. See the karma source I'm trying to submit a PR, if encouraged. |
@devversion if you've got a fix in mind go for it. |
I'm still trying to get it running. I'm failing with the sourcemaps, because it seems like there are not correct in the //# sourceMappingURL=../../../../components/button/button.js.map Do you recall why these aren't correct? |
Tracking this on the CLI |
…lar#203) Prevents the site from crashing on browsers that don't allow access to localStorage (e.g. IE11 or iOS Safari in private mode).
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. |
I don't know if this is possible, but I will file an issue to keep track on it.
At the moment, we always retrieve failure messages from the compiled javascript code.

This complicates debugging.
The text was updated successfully, but these errors were encountered: