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: docs/config/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -375,10 +375,10 @@ In v3 this means the opposite of `css.requireModuleExtension`.
375
375
376
376
### parallel
377
377
378
-
- Type: `boolean`
378
+
- Type: `boolean | number`
379
379
- Default: `require('os').cpus().length > 1`
380
380
381
-
Whether to use `thread-loader` for Babel or TypeScript transpilation. This is enabled for production builds when the system has more than 1 CPU cores.
381
+
Whether to use `thread-loader` for Babel or TypeScript transpilation. This is enabled for production builds when the system has more than 1 CPU cores. Passing a number will define the amount of workers used.
0 commit comments