mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
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:
@@ -18,7 +18,8 @@
|
||||
"test": "test"
|
||||
},
|
||||
"browser": {
|
||||
"ws": "./dist/npm/client/WSWrapper.js"
|
||||
"ws": "./dist/npm/client/WSWrapper.js",
|
||||
"https-proxy-agent": false
|
||||
},
|
||||
"dependencies": {
|
||||
"bignumber.js": "^9.0.0",
|
||||
|
||||
Reference in New Issue
Block a user