ConnectyCube / connectycube-js-sdk-releases

Releases materials for ConnectyCube JS SDK platform https://connectycube.com
9 stars 2 forks source link

CRA V5 support / use of node polyfills #107

Open Velua opened 2 years ago

Velua commented 2 years ago

It appears this library is relying on Node.js polyfills which don't come inbuilt in Creact react app version 5, this forces one to eject their app and mess around with webpack in attempt to support which is quite the expense.

Is there intentions of updating this or creating a browser friendly version?

DaveLomber commented 2 years ago

@Velua there is already a browser friends version https://developers.connectycube.com/js/?id=browser

is there any issues with it?