Uh oh!
There was an error while loading. Please reload this page.
Fix(config):Add MIME type to work around Chrome > 54 problem (#2125) - #2175
Fix(config):Add MIME type to work around Chrome > 54 problem (#2125)#2175jtsom wants to merge 6 commits into
Conversation
filipesilva
commented
Sep 22, 2016
We're investigating #2125, so putting this PR on hold until we can get some information from the Karma team. |
jtsom
commented
Sep 22, 2016
Ok cool. But I'll still use this fix until you figure it out... |
jtsom
commented
Oct 20, 2016
Now that this has been sitting for a month, and I've been bitten several times by this, any chance it will be fixed soon? |
filipesilva
commented
Oct 24, 2016
We were waiting on word from the karma team, but haven't gotten it yet. I'll merge it and we can remove later if it's fixable on their end. Thank you for putting this PR together. |
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. |
Added a mime type configuration to the karma.config.js file to work around an issue with beta releases of Chrome (versions greater than 54)
Fix#2125