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