Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

[0.5.0] docs: remove experiments.incrementalRebuild #590

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/en/config/experiments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ Enable and try out some experimental features.

- **Type:** `object`

## experiments.incrementalRebuild

<ApiMeta deprecatedVersion="0.4.0" />

Enable incremental rebuild. `true` will try to reuse the results of the last build when rebuild to improve build speed, supports configuration of different stages, the default is enabled.

- **Type:** `boolean | { make?: boolean, emitAsset?: boolean }`
- **Default:** `true`

## experiments.outputModule

- **Type:** `boolean`
Expand Down
9 changes: 0 additions & 9 deletions docs/zh/config/experiments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ import { ApiMeta } from '../../../components/ApiMeta';

- **类型:** `object`

## experiments.incrementalRebuild

<ApiMeta deprecatedVersion="0.4.0" />

启用增量重新编译。当启用此选项,Rspack 在重新编译时会尝试复用上次构建的结果来提升构建速度,支持对不同阶段进行配置,默认为开启状态。

- **类型:** `boolean | { make?: boolean, emitAsset?: boolean }`
- **默认值:** `true`

## experiments.outputModule

- **类型:** `boolean`
Expand Down