Skip to content

Commit

Permalink
Indicate that util is not automatically included in webpack 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixFrog committed Mar 2, 2022
1 parent e37ce41 commit 46e101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This implements the Node.js [`util`][util] module for environments that do not h

## Install

You usually do not have to install `util` yourself. If your code runs in Node.js, `util` is built in. If your code runs in the browser, bundlers like [browserify](https://github.com/browserify/browserify) or [webpack](https://github.com/webpack/webpack) also include the `util` module.
You usually do not have to install `util` yourself. If your code runs in Node.js, `util` is built in. If your code runs in the browser, bundlers like [browserify](https://github.com/browserify/browserify) or [webpack](https://github.com/webpack/webpack) (up to version 4) also include the `util` module.

But if none of those apply, with npm do:

Expand Down

0 comments on commit 46e101e

Please sign in to comment.