mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-01 01:10:44 -05:00
docs: improve parallel option docs [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -342,7 +342,7 @@ module.exports = {
|
||||
- Type: `boolean`
|
||||
- Default: `require('os').cpus().length > 1`
|
||||
|
||||
是否为 Babel 或 TypeScript 使用 `thread-loader`。
|
||||
是否为 Babel 或 TypeScript 使用 `thread-loader`。该选项在系统的 CPU 有多于一个内核时自动启用,仅作用于生产构建。
|
||||
|
||||
### pwa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user