Skip to content

Commit

Permalink
[Docs][EH,SB] update README to not install buffer and process for bro…
Browse files Browse the repository at this point in the history
…wsers (Azure#26101)

As they are dependencies of the libraries and will be installed when
installing EH or SB packages.
  • Loading branch information
jeremymeng authored Jun 5, 2023
1 parent 27b3b5b commit aae738b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdk/eventhub/event-hubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ In addition to what is described there, this library also needs additional polyf

If you are using Webpack v5, you can install the following dev dependencies

- `npm install --save-dev buffer os-browserify path-browserify process`
- `npm install --save-dev os-browserify path-browserify`

then add the following into your webpack.config.js

Expand Down Expand Up @@ -101,7 +101,7 @@ then add the following into your webpack.config.js

If you are using Rollup bundler, install the following dev dependencies

- `npm install --save-dev buffer process @rollup/plugin-commonjs @rollup/plugin-inject @rollup/plugin-node-resolve`
- `npm install --save-dev @rollup/plugin-commonjs @rollup/plugin-inject @rollup/plugin-node-resolve`

Then include the following in your rollup.config.js

Expand Down
4 changes: 2 additions & 2 deletions sdk/servicebus/service-bus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In addition to what is described there, this library also needs additional polyf

If you are using Webpack v5, you can install the following dev dependencies

- `npm install --save-dev buffer os-browserify path-browserify process`
- `npm install --save-dev os-browserify path-browserify`

then add the following into your webpack.config.js

Expand Down Expand Up @@ -99,7 +99,7 @@ then add the following into your webpack.config.js

If you are using Rollup bundler, install the following dev dependencies

- `npm install --save-dev buffer process @rollup/plugin-commonjs @rollup/plugin-inject @rollup/plugin-node-resolve`
- `npm install --save-dev @rollup/plugin-commonjs @rollup/plugin-inject @rollup/plugin-node-resolve`

Then include the following in your rollup.config.js

Expand Down

0 comments on commit aae738b

Please sign in to comment.