We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a7f20 commit c68d988Copy full SHA for c68d988
guide/api-environment-plugins.md
@@ -184,6 +184,8 @@ export default defineConfig({
184
})
185
```
186
187
+`applyToEnvironment` フックは設定時に呼び出されます。エコシステム内のプロジェクトがプラグインを変更しているため、現在は `configResolved` の後に呼び出されています。環境プラグインの解決は、将来的には `configResolved` の前に移動される可能性があります。
188
+
189
## ビルドフックの環境 {#environment-in-build-hooks}
190
191
開発時と同じように、プラグインフックもビルド時に環境インスタンスを受け取り、`ssr` ブール値を置き換えます。
0 commit comments