- Broad API Design Checks - Does the current "Environment" + "Environment Factory" abstraction work? - What does "Environment" mean? - Does `hotUpdate` hook look fine? (may be we can stabilize this one separately from the env API) - Per-environment plugins: How should these be handled? How did you handle? - Does "DevEnvironment Communication Levels" concept make sense? - Are there anything difficult when writing environment factories? - Can we deprecate `server.ssrLoadModule` now? Are there any blockers? - https://github.com/vitejs/vite/issues/21336 - What is needed additionally for the stabilization?
hotUpdatehook look fine? (may be we can stabilize this one separately from the env API)server.ssrLoadModulenow? Are there any blockers?