Skip to content

Commit

Permalink
Update parallel config description (vuejs#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz authored and NataliaTepluhina committed Aug 12, 2019
1 parent f9a9880 commit 7c28559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,10 @@ In v3 this means the opposite of `css.requireModuleExtension`.

### parallel

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

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

### pwa

Expand Down

0 comments on commit 7c28559

Please sign in to comment.