Patch Changes
-
#1718
f9975b5Thanks @MagneH! - FixNo CSS for fileerror in Vite dev mode when virtual CSS modules are resolved through Vite's@id/id wrapperThis was most commonly hit with workspace
.css.tsimports in pnpm monorepos on Windows, where Vite produces ids shaped like@id/C:/..., but it can also occur on macOS/Linux. The plugin now unwraps these ids before resolving the virtual CSS file so they map to the correct compiler cache entry. -
#1748
792d5c6Thanks @smitev! - Fixed an issue where.css.tsfiles could be left untransformedThis was most commonly hit when using module federation plugins that expose modules as their own chunks, resulting in untransformed runtime
style()calls throwingStyles were unable to be assigned to a file.