Skip to content

Commit 2befa7f

Browse files
authored
docs(configuration): remove outdated stats-webpack-plugin note (#7588)
1 parent 982492a commit 2befa7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/content/configuration/other-options.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ Limit the number of parallel processed modules. Can be used to fine tune perform
188188

189189
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.
190190

191-
T> Use the [StatsPlugin](https://www.npmjs.com/package/stats-webpack-plugin) for more control over the generated profile.
192-
193191
T> Combine `profile: true` with `parallelism: 1` to get correct timings. Note that this will slow down the build as well.
194192

195193
## recordsInputPath

0 commit comments

Comments
 (0)