dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
36 stars 21 forks source link

webpack fails when bundling for web using webpack 5+ #236

Closed ICJR closed 3 years ago

ICJR commented 3 years ago

Bundling for web using webpack 5 fails. Webpack 5+ doesn't provide polyfills for node packages by default.

Expected Behavior

Successfully bundle browser JS dependent on this package

Current Behavior

Bundling fails

Possible Solution

Context

dashameter commented 3 years ago

@shumkov since the PR has been closed, can this issue be closed as well ?

shumkov commented 3 years ago

Yep, I think so.