Skip to content

@vanilla-extract/vite-plugin@5.0.7

Compare
Choose a tag to compare
@vanilla-extract-ci vanilla-extract-ci released this 23 Jun 04:31
· 2 commits to master since this release
b733023

Patch Changes

  • #1617 f4bd196 Thanks @askoufis! - Don't watch files or invalidate VE modules during SSR

    Fixes a bug where a dependent of a Vanilla Extract module could be evaulated multiple times during ssrLoadModule, potentially causing bugs with singleton variables such as React context.