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:
exports['default'] = Stuff;
I did find this module, but I couldn't get it to work.