Closed philipahlberg closed 3 years ago
:tada: This issue has been resolved in version 1.0.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@philipahlberg I fixed this in version 1.0.2 Can you confirm if this fix works?
It works! Thank you for the quick response and release. :+1:
Attempting to use the package as an ES module yields the following error:
Applying the suggestion to use it as a CJS module yields another error:
However, changing the
exports.import
field inpackage.json
(and renaming the corresponding file) fixes the issue:This is on Node.js v14.15.4.