Skip to content

Commit

Permalink
docs: clarify where it applies for each config options (#1625)
Browse files Browse the repository at this point in the history
resolve #1622

vitejs/vite@eec021d の反映です。
  • Loading branch information
shuuji3 authored Oct 18, 2024
1 parent c53287b commit c176325
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/build-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ビルドオプション

特に記載がない限り、このセクションのオプションはビルドにのみ適用されます。

## build.target

- **型:** `string | string[]`
Expand Down
2 changes: 2 additions & 0 deletions config/dep-optimization-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- **関連:** [依存関係の事前バンドル](/guide/dep-pre-bundling)

特に記載がない限り、このセクションのオプションは、開発時にだけ使用される依存関係の最適化にのみ適用されます。

## optimizeDeps.entries

- **型:** `string | string[]`
Expand Down
2 changes: 2 additions & 0 deletions config/preview-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# プレビューのオプション

特に記載がない限り、このセクションのオプションはプレビューにのみ適用されます。

## preview.host

- **型:** `string | boolean`
Expand Down
2 changes: 2 additions & 0 deletions config/server-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# サーバーオプション

特に記載がない限り、このセクションのオプションは開発にのみ適用されます。

## server.host

- **型:** `string | boolean`
Expand Down
2 changes: 2 additions & 0 deletions config/shared-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 共通オプション

特に記載がない限り、このセクションのオプションは開発、ビルド、プレビューのすべてに適用されます。

## root

- **型:** `string`
Expand Down
2 changes: 2 additions & 0 deletions config/ssr-options.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SSR オプション

特に記載がない限り、このセクションのオプションは開発とビルドの両方に適用されます。

## ssr.external

- **型:** `string[] | true`
Expand Down
2 changes: 1 addition & 1 deletion config/worker-options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ワーカーのオプション

Web Worker に関連するオプション
特に記載がない限り、このセクションのオプションは開発、ビルド、プレビューのすべてに適用されます

## worker.format

Expand Down

0 comments on commit c176325

Please sign in to comment.