Skip to content

Commit 1cf9b14

Browse files
committed
chore: merge branch 'next' into dev
2 parents 19276ab + 7c28559 commit 1cf9b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,10 @@ In v3 this means the opposite of `css.requireModuleExtension`.
375375

376376
### parallel
377377

378-
- Type: `boolean`
378+
- Type: `boolean | number`
379379
- Default: `require('os').cpus().length > 1`
380380

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.
382382

383383
### pwa
384384

0 commit comments

Comments
 (0)