When `vite.config.ts` is as follows: <img width="537" alt="截屏2024-12-26 15 10 13" src="https://github.com/user-attachments/assets/498376b1-ed00-4cef-a4fb-9339be437e54" /> There is no css injected in js bundles after build. <img width="994" alt="截屏2024-12-26 15 13 30" src="https://github.com/user-attachments/assets/6b40acff-f21c-4f00-b8ec-258c21e0555f" /> But if I set `build.rollupOptions.output.preserveModules` to false, it will work again. <img width="1015" alt="截屏2024-12-26 15 15 59" src="https://github.com/user-attachments/assets/8a1603a8-9983-43a3-9a83-94e96bb9251c" />