Skip to content

Commit d41149a

Browse files
authored
docs(migration): add entry for #17922 (#1733)
1 parent a4f5793 commit d41149a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/migration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Vite 5 のように `style.css` を使い続けたい場合は、代わりに `b
8181

8282
少数のユーザーにのみ影響するその他の重大な変更があります。
8383

84+
- [[#17922] fix(css)!: remove default import in ssr dev](https://github.com/vitejs/vite/pull/17922)
85+
- CSS ファイルのデフォルトインポートのサポートは [Vite 4 で非推奨になり](https://v4.vite.dev/guide/migration.html#importing-css-as-a-string)、Vite 5 では削除されましたが、SSR 開発モードでは意図せずサポートされていました。このサポートは削除されました。
8486
- [[#15637] fix!: default `build.cssMinify` to `'esbuild'` for SSR](https://github.com/vitejs/vite/pull/15637)
8587
- [`build.cssMinify`](/config/build-options#build-cssminify) は、SSR ビルドの場合でもデフォルトで有効になりました。
8688
- [[#18070] feat!: proxy bypass with WebSocket](https://github.com/vitejs/vite/pull/18070)

0 commit comments

Comments
 (0)