Skip to content

Commit

Permalink
chore: remove stream from xrpl/webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sublimator committed Aug 2, 2023
1 parent 83504fa commit ae64cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/xrpl/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ function getDefaultConfiguration() {
// symlinked together via lerna
symlinks: false,
fallback: {
buffer: require.resolve('buffer/'),
stream: require.resolve('stream-browserify')
buffer: require.resolve('buffer/')
},
},
}
Expand Down

0 comments on commit ae64cf6

Please sign in to comment.