Skip to content

Commit

Permalink
Update parallel config description (#4420)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c28559)
  • Loading branch information
danielwaltz authored and haoqunjiang committed Aug 21, 2019
1 parent 44812be commit 61485f6
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 @@ -363,10 +363,10 @@ See [the plugin's README](https://github.com/vuejs/vue-cli/blob/dev/packages/%40

### 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 61485f6

Please sign in to comment.