This versions moves back to using a .cjs
extension for the CommonJS version, for compatibility reasons.
If you encounter any issue with this version:
- Migrate to ES modules, if possible.
- Make sure your configuration includes
.cjs
extensions as well as.js
for CommonJS files.
Thanks @dan437 @Mrtenz for identifying and reporting the issue 🙏