We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2257034 commit eb97e48Copy full SHA for eb97e48
docs/config/README.md
@@ -344,7 +344,7 @@ module.exports = {
344
- Type: `boolean`
345
- Default: `require('os').cpus().length > 1`
346
347
- 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.
348
349
### pwa
350
docs/zh/config/README.md
@@ -342,7 +342,7 @@ module.exports = {
342
343
- 是否为 Babel 或 TypeScript 使用 `thread-loader`。
+ 是否为 Babel 或 TypeScript 使用 `thread-loader`。该选项在系统的 CPU 有多于一个内核时自动启用,仅作用于生产构建。
0 commit comments