Ignore https-proxy-agent dependency in browser environments (#2133)

* Ignore https-proxy-agent in browsers

* ignore eslint-comments/no-unused-disable linting rule
This commit is contained in:
mpint
2022-11-16 17:01:06 -06:00
committed by GitHub
parent c4c8e58fd9
commit a4c2bb998f
5 changed files with 10 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
## Unreleased
### Fixed
* Ignore `https-proxy-agent` in browsers for improved Vite integration
### Added
* Optional custom amount field to `fundWallet`.