Decimal.default to Decimal['default'] IE8 issue

pull/51/head
Michael Mclaughlin 7 years ago
parent 5547cc805d
commit eec7273c19

@ -4779,7 +4779,7 @@
// Node and other environments that support module.exports.
} else if (typeof module != 'undefined' && module.exports) {
module.exports = Decimal.default = Decimal.Decimal = Decimal;
module.exports = Decimal['default'] = Decimal.Decimal = Decimal;
// Browser.
} else {

Loading…
Cancel
Save