Skip to content

Commit

Permalink
chore: remove unnecessary node stream polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 11, 2022
1 parent ef7a35a commit dbeae88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 34 deletions.
39 changes: 8 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"process": "^0.11.10",
"rlp": "^3.0.0",
"sha.js": "^2.4.11",
"stream-browserify": "^3.0.0",
"swagger-client": "^3.18.4",
"tweetnacl": "^1.0.3",
"tweetnacl-auth": "^1.0.1",
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ function configure (filename, opts = {}) {
resolve: {
extensions: ['.ts', '.js'],
fallback: {
buffer: require.resolve('buffer/'),
stream: require.resolve('stream-browserify')
buffer: require.resolve('buffer/')
},
alias: {
'js-yaml': false
Expand Down

0 comments on commit dbeae88

Please sign in to comment.