We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab48a3 commit aef0ef3Copy full SHA for aef0ef3
docs/content/ja/concepts/index.md
@@ -13,5 +13,5 @@ Viteの開発者体験は非常に洗練されているため、開発者がVite
13
- [コマンドラインインターフェイス](/ja/concepts/command-line-interface)
14
- [開発サーバー](/ja/concepts/dev-server)
15
- [プレビューサーバー](/ja/concepts/preview-server)
16
-- [プラグインコンテナー](/ja/concepts/plugin-container)
+- [プラグインシステム](/ja/concepts/plugin-system)
17
- [モジュールグラフ](/ja/concepts/module-graph)
docs/content/ja/concepts/plugin-system.draft.md docs/content/ja/concepts/plugin-system.md
@@ -6,15 +6,21 @@
6
- Viteが、開発モードでどのようにコード変換をおこなうのか理解しましよう
7
:::
8
9
-## Rollupのプラグインシステム
+TBD
10
+
11
+<!-- ## Rollupのプラグインシステム
12
## Viteのプラグインシステム
18
19
---
20
21
::: info ✨ まとめ
22
23
- Viteのプラグインは、
24
- Viteの開発サーバーは、リクエストをミドルウェアのパイプラインによって処理します
25
- 各ミドルウェアは、特定のリクエストだけを処理し、処理しない場合は後続のミドルウェアに処理を委譲します
- :::
26
+ ::: -->
0 commit comments