From 40b3680e325453272d19d05b414283267e9d376b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Tue, 28 Nov 2023 20:52:09 +0900 Subject: [PATCH] docs: add #14945 to advanced section --- docs/guide/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/migration.md b/docs/guide/migration.md index 86ea642b31f0b4..0e3672b0ce1946 100644 --- a/docs/guide/migration.md +++ b/docs/guide/migration.md @@ -238,6 +238,8 @@ Also there are other breaking changes which only affect few users. - `resolve.browserField` has been deprecated since Vite 3 in favour of an updated default of `['browser', 'module', 'jsnext:main', 'jsnext']` for [`resolve.mainFields`](/config/shared-options.md#resolve-mainfields). - [[#14855] feat!: add isPreview to ConfigEnv and resolveConfig](https://github.com/vitejs/vite/pull/14855) - Renamed `ssrBuild` to `isSsrBuild` in the `ConfigEnv` object. +- [[#14945] fix(css): correctly set manifest source name and emit CSS file](https://github.com/vitejs/vite/pull/14945) + - CSS file names are now generated based on the chunk name. ## Migration from v3