getify / moduloze

Convert CommonJS (CJS) modules to UMD and ESM formats
MIT License
208 stars 11 forks source link

bug: chained module.exports assignment fails #16

Open getify opened 3 years ago

getify commented 3 years ago

This fails for some reason.

module.exports.foo = module.exports.bar = BAZ;
getify commented 3 years ago

Possibly related to #18