Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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