docs(migration): add entry for #17922 (#18681)
Some checks failed
CI / Get changed files (push) Has been cancelled
CI / Lint: node-20, ubuntu-latest (push) Has been cancelled
Preview release / preview (push) Has been cancelled
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (18, ubuntu-latest) (push) Has been cancelled
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (20, ubuntu-latest) (push) Has been cancelled
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (22, macos-latest) (push) Has been cancelled
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (22, ubuntu-latest) (push) Has been cancelled
CI / Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }} (22, windows-latest) (push) Has been cancelled
CI / Build & Test Passed or Skipped (push) Has been cancelled
CI / Build & Test Failed (push) Has been cancelled

This commit is contained in:
Bjorn Lu 2024-11-16 05:59:59 +08:00 committed by GitHub
parent 58f1df3288
commit 0a56b3660b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,8 @@ If you prefer to stick with `style.css` like in Vite 5, you can set `build.lib.c
There are other breaking changes which only affect few users. There are other breaking changes which only affect few users.
- [[#17922] fix(css)!: remove default import in ssr dev](https://github.com/vitejs/vite/pull/17922)
- Support for default import of CSS files was [deprecated in Vite 4](https://v4.vite.dev/guide/migration.html#importing-css-as-a-string) and removed in Vite 5, but it was still unintentionally supported in SSR dev mode. This support is now removed.
- [[#15637] fix!: default `build.cssMinify` to `'esbuild'` for SSR](https://github.com/vitejs/vite/pull/15637) - [[#15637] fix!: default `build.cssMinify` to `'esbuild'` for SSR](https://github.com/vitejs/vite/pull/15637)
- [`build.cssMinify`](/config/build-options#build-cssminify) is now enabled by default even for SSR builds. - [`build.cssMinify`](/config/build-options#build-cssminify) is now enabled by default even for SSR builds.
- [[#18070] feat!: proxy bypass with WebSocket](https://github.com/vitejs/vite/pull/18070) - [[#18070] feat!: proxy bypass with WebSocket](https://github.com/vitejs/vite/pull/18070)