From 0b50c857fb41a52f97897306460e5306c4d6fd09 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Mon, 17 Mar 2025 18:54:55 +0530 Subject: [PATCH] docs(configuration): remove outdated stats-webpack-plugin note --- src/content/configuration/other-options.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/configuration/other-options.mdx b/src/content/configuration/other-options.mdx index f4b27fe38755..05b496f50b2e 100644 --- a/src/content/configuration/other-options.mdx +++ b/src/content/configuration/other-options.mdx @@ -188,8 +188,6 @@ Limit the number of parallel processed modules. Can be used to fine tune perform Capture a "profile" of the application, including statistics and hints, which can then be dissected using the [Analyze](https://webpack.github.io/analyse/) tool. It will also log out a summary of module timings. -T> Use the [StatsPlugin](https://www.npmjs.com/package/stats-webpack-plugin) for more control over the generated profile. - T> Combine `profile: true` with `parallelism: 1` to get correct timings. Note that this will slow down the build as well. ## recordsInputPath