Skip to content
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

IE7/IE8 failure since 2.0.0 #124

Closed
boneskull opened this issue Jul 2, 2016 · 3 comments
Closed

IE7/IE8 failure since 2.0.0 #124

boneskull opened this issue Jul 2, 2016 · 3 comments

Comments

@boneskull
Copy link

Hi,

In the process of trying to update mocha's dependencies, I found diff >= 2.0.0 breaks in IE8.

This is why:

exports.default = Stuff;

default cannot be used this way in IE8. It can be used like this:

exports['default'] = Stuff;

I did find this module, but I couldn't get it to work.

@kpdecker
Copy link
Owner

This is an artifact of the babel setup. I don't really have time to look at the config to fix this right now, but I'm glad to accept pull requests.

@boneskull
Copy link
Author

Yeah, interested in a fix as well so Mocha can upgrade, but I'm in same boat

@kpdecker
Copy link
Owner

kpdecker commented Oct 9, 2016

Released in 3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants