Skip to content

Commit

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

0 comments on commit 71ccf1f

Please sign in to comment.