project-serum / sol-wallet-adapter

Other
185 stars 93 forks source link

Fix CommonJS build #46

Open larrinator1 opened 2 years ago

larrinator1 commented 2 years ago

The CommonJS build script was exporting ESM, when it should have been exporting CJS.

I also went ahead and used tslib for awaiting to make the bundle smaller.