Skip to content

@vanilla-extract/vite-plugin@5.2.3

Choose a tag to compare

@vanilla-extract-ci vanilla-extract-ci released this 23 Jun 11:00
· 2 commits to master since this release
bc8b51c

Patch Changes

  • #1718 f9975b5 Thanks @MagneH! - Fix No CSS for file error in Vite dev mode when virtual CSS modules are resolved through Vite's @id/ id wrapper

    This was most commonly hit with workspace .css.ts imports 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 792d5c6 Thanks @smitev! - Fixed an issue where .css.ts files could be left untransformed

    This was most commonly hit when using module federation plugins that expose modules as their own chunks, resulting in untransformed runtime style() calls throwing Styles were unable to be assigned to a file.