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

Fix CommonJS build

Open larrinator1 opened this issue 3 years ago • 0 comments

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.

larrinator1 avatar Oct 04 '21 00:10 larrinator1