From e17d291d5ea05ff47631084117c545c7f8145330 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Wed, 15 Jun 2022 03:24:06 +0900 Subject: [PATCH] docs: mention potentially breaking change from #8550 --- docs/guide/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/migration.md b/docs/guide/migration.md index bd6147a062717b..03eff23867d559 100644 --- a/docs/guide/migration.md +++ b/docs/guide/migration.md @@ -115,6 +115,8 @@ Also there are other breaking changes which only affect few users. - `process.env.*` is now preserved in library mode - [[#8280] feat: non-blocking esbuild optimization at build time](https://github.com/vitejs/vite/pull/8280) - `server.force` option was removed in favor of `force` option. +- [[#8550] fix: dont handle sigterm in middleware mode](https://github.com/vitejs/vite/pull/8550) + - When running in middleware mode, Vite no longer kills process on `SIGTERM`. ## Migration from v1