From 8e2925161890f017771898bc420d18862575e605 Mon Sep 17 00:00:00 2001 From: Raj Date: Wed, 11 Mar 2026 09:36:19 +0000 Subject: [PATCH 1/2] docs: improve wording for Node.js version requirement --- src/content/guides/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/getting-started.mdx b/src/content/guides/getting-started.mdx index 0aa0e3d9c7a6..206beeb014c1 100644 --- a/src/content/guides/getting-started.mdx +++ b/src/content/guides/getting-started.mdx @@ -32,7 +32,7 @@ contributors: Webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interact with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community. -W> The minimum supported Node.js version to run webpack 5 is 10.13.0 (LTS) +W> The minimum supported Node.js version required to run webpack 5 is 10.13.0 (LTS). From 982787fbd7686a286f2e716e7759e092f025cd45 Mon Sep 17 00:00:00 2001 From: Raj Date: Wed, 11 Mar 2026 09:56:07 +0000 Subject: [PATCH 2/2] docs: remove unnecessary word 'required' --- src/content/guides/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/getting-started.mdx b/src/content/guides/getting-started.mdx index 206beeb014c1..c928fd5fa82d 100644 --- a/src/content/guides/getting-started.mdx +++ b/src/content/guides/getting-started.mdx @@ -32,7 +32,7 @@ contributors: Webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interact with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community. -W> The minimum supported Node.js version required to run webpack 5 is 10.13.0 (LTS). +W> The minimum supported Node.js version to run webpack 5 is 10.13.0 (LTS).