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
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:
default
exports['default'] = Stuff;
I did find this module, but I couldn't get it to work.
The text was updated successfully, but these errors were encountered:
diff
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.
Sorry, something went wrong.
Yeah, interested in a fix as well so Mocha can upgrade, but I'm in same boat
f788cd7
Released in 3.0.1
No branches or pull requests
Hi,
In the process of trying to update mocha's dependencies, I found diff >= 2.0.0 breaks in IE8.
This is why:
default
cannot be used this way in IE8. It can be used like this:I did find this module, but I couldn't get it to work.
The text was updated successfully, but these errors were encountered: