Skip to content
Merged
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
4 changes: 2 additions & 2 deletions guide/api-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ interface ViteDevServer {
```ts
async function build(
inlineConfig?: InlineConfig,
): Promise<RollupOutput | RollupOutput[]>
): Promise<RolldownOutput | RolldownOutput[] | RolldownWatcher>
```

**使用例:**
Expand Down Expand Up @@ -435,7 +435,7 @@ async function loadConfigFromFile(
} | null>
```

esbuild で Vite の設定ファイルを手動で読み込みます。
Rolldown で Vite の設定ファイルを手動で読み込みます。

## `preprocessCSS`

Expand Down
Loading