Closed this issue a month ago · 1 comments
Currently in package.json main property refers to the ESM file. Modify main to point to CJS index and add module property to point to the ESM index. These properties are superseded by exports property but not all tools seem to respect this.
main
module
exports
Fixed in 1.2.0