From 46e101e429c48cf06a8cc918b70407c2a31567f1 Mon Sep 17 00:00:00 2001 From: Tyler Breisacher <244381+MatrixFrog@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:03:43 -0800 Subject: [PATCH] Indicate that util is not automatically included in webpack 5+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb63058..afa0a03 100644 --- a/README.md +++ b/README.md @@ -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: