Skip to content
Merged
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
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