This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.
Export an ESM (ECMAScript Module) package for rgbpp-sdk #245
Closed
Description
Now the rgbpp-sdk
only exports CommonJS package, and it will cause a Named Exports issue when developers use ESM to import rgbpp-sdk
like this:
"Named export 'Types' not found. The requested module 'mongoose' is a CommonJS module, which may not support all module.exports as named exports"
To avoid potential issues, it is recommended to export an ESM package for rgbpp-sdk
.