neo-wallet-adapter icon indicating copy to clipboard operation
neo-wallet-adapter copied to clipboard

Setup support for cjs, esm module systems and build both

Open boxfox619 opened this issue 2 years ago • 0 comments

Thank you for the great project. I was able to easily link wallet with my project.

However, a transpile configuration of webpack is required when project using cjs module system. (like you provided) If both module systems, including cjs, are supported in this project, users of the this library don't need to set anything up.

Therefore, this PR has been modified to support both module systems.

Thank you.

boxfox619 avatar Dec 07 '22 12:12 boxfox619