-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
"Out of stack space" - karma with IE11 and webpack #143
Comments
Forgot to add -- possibly related to #96 but unsure how to resolve with webpack + Typescript. |
Please, write a simple reproducible example. |
@dballance any news about a reproducible example? I don't see the problem just in karma + IE11 + webpack, so looks like this problem in your config. |
I haven't had any time to provide a repro for this. It most likely is in my config - will close and provide a repro if it pops up again and I have time to investigate. |
Let me know if you want access to a URL to see this issue. |
Getting the following in IE11 on Windows10 using angular2-webpack-starter and karma-ie-launcher.
Offending lines:
Removing / commenting the set descriptor function appears to resolve the issue.
PhantomJS and Chrome tests run fine, only IE with this issue. Not sure how to resolve --- it seems to be calling the set method with enough iterations to overflow the stack.
The text was updated successfully, but these errors were encountered: