Skip to content

Commit

Permalink
docs: mention potentially breaking change from vitejs#8550
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 14, 2022
1 parent 560b001 commit e17d291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/migration.md
Expand Up @@ -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

Expand Down

0 comments on commit e17d291

Please sign in to comment.