-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies for a modern SDK #532
Comments
I finally got Angular polly'd to get the SDK operational. I'm very surprised at how stale this technology is. Really hope this issue gets the attention it needs from leads at SDF. |
I'm going to close this issue as closed in v9.0.0-beta. Please reopen (or, better yet, comment on #584) if there is more you'd like to see. |
After digging into the SDK and the API I've noticed several issues and some true roadblocks for front-end web applications.
The SDK currently uses Webpack 4.33.0. This is a roadblock for all modern apps and frameworks (WP 5 environments)
TypeScript 3.4.5 is outdated and an optimized TS developer experience is healthy, safer and easier for everyone.
Eventsource and Webpack 4 is a roadblock [732] in a Webpack 5 world. Itself and its deps must be polyfilled.
This is a compounded issue because the SDK's version 1.0.7 (> 4 years old) would likely require polys that match this version.
rt.times(...).greaterThan is not a function
which was fixed by falling back to"bignumber.js": "7.2.1"
from9.0.2
The text was updated successfully, but these errors were encountered: