Skip to content

Commit

Permalink
remove https-proxy-agent from webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
ckniffen committed Jul 18, 2023
1 parent ca5d614 commit d5d2cae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/xrpl/test/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ function webpackForTest(testFileName) {
resolve: {
alias: {
ws: './dist/npm/client/WSWrapper.js',
'https-proxy-agent': false,
},
extensions: ['.ts', '.js', '.json'],
fallback: {
Expand Down
1 change: 0 additions & 1 deletion packages/xrpl/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function getDefaultConfiguration() {
resolve: {
alias: {
ws: './dist/npm/client/WSWrapper.js',
'https-proxy-agent': false,
},
extensions: ['.js', '.json'],
// We don't want to webpack any of the local dependencies:
Expand Down

0 comments on commit d5d2cae

Please sign in to comment.