Matt

Results 1 comments of Matt

This is an issue in commonjs modules which are transformed by babel with the code `exports.default = void 0;` where exports is initially set to `void 0` but later on...