neo-wallet-adapter
neo-wallet-adapter copied to clipboard
Setup support for cjs, esm module systems and build both
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.