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

fix: webpack 5+ bundling for browser js #235

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.

Issue being fixed or feature implemented

Add node polyfills for web bundling.

What was done?

How Has This Been Tested?

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only

ICJR commented 3 years ago

236