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.
removeServerHot
1 parent 8f0a507 commit 1bcfa9cCopy full SHA for 1bcfa9c
changes/per-environment-apis.md
@@ -15,6 +15,7 @@
15
future: {
16
removeServerModuleGraph: 'warn',
17
removeServerPluginContainer: 'warn',
18
+ removeServerHot: 'warn',
19
removeServerTransformRequest: 'warn',
20
removeServerWarmupRequest: 'warn',
21
}
@@ -34,3 +35,4 @@ Vite v6 では、任意の数のカスタム環境(`client`、`ssr`、`edge`
34
35
- `server.pluginContainer` -> `environment.pluginContainer`
36
- `server.transformRequest(url, ssr)` -> `environment.transformRequest(url)`
37
- `server.warmupRequest(url, ssr)` -> `environment.warmupRequest(url)`
38
+- `server.hot` -> `server.client.environment.hot`
0 commit comments