You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ Type: `Boolean|Number`
177
177
Default: `true`
178
178
179
179
Use multi-process parallel running to improve the build speed.
180
-
Default number of concurrent runs: `os.cpus().length - 1`.
180
+
Default number of concurrent runs: `os.cpus().length - 1` or `os.availableParallelism() - 1` (if this function is supported).
181
181
182
182
> ℹ️ Parallelization can speed up your build significantly and is therefore **highly recommended**.
183
183
> If a parallelization is enabled, the packages in `minimizerOptions` must be required via strings (`packageName` or `require.resolve(packageName)`). Read more in [`minimizerOptions`](#minimizeroptions)
0 commit comments