docs: improve parallel option docs [ci skip]

This commit is contained in:
Evan You
2018-08-14 10:21:42 -04:00
parent 2257034141
commit eb97e48aea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ module.exports = {
- Type: `boolean`
- Default: `require('os').cpus().length > 1`
Whether to use `thread-loader` for Babel or TypeScript transpilation.
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.
### pwa
+1 -1
View File
@@ -342,7 +342,7 @@ module.exports = {
- Type: `boolean`
- Default: `require('os').cpus().length > 1`
是否为 Babel 或 TypeScript 使用 `thread-loader`。
是否为 Babel 或 TypeScript 使用 `thread-loader`。该选项在系统的 CPU 有多于一个内核时自动启用,仅作用于生产构建。
### pwa