Skip to content

Commit 46e101e

Browse files
authored
Indicate that util is not automatically included in webpack 5+
1 parent e37ce41 commit 46e101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This implements the Node.js [`util`][util] module for environments that do not h
66

77
## Install
88

9-
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.
9+
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.
1010

1111
But if none of those apply, with npm do:
1212

0 commit comments

Comments
 (0)