Skip to content

@vanilla-extract/vite-plugin@4.0.7

Compare
Choose a tag to compare
@vanilla-extract-ci vanilla-extract-ci released this 29 Mar 07:06
· 17 commits to master since this release
a623c1c

Patch Changes

  • #1369 05ef2f0 Thanks @askoufis! - Fixes a bug where an internal Remix plugin would throw an error inside the vite-node compiler

  • #1368 90f0315 Thanks @askoufis! - Update @vanilla-extract/integration dependency

    This fixes a bug where APIs that used the walkObject utility (e.g. createTheme) would fail when used with module namespace objects inside vite-node. This was due to the previous implementation using the input object's constructor to initialize a clone, which does not work with module namespace objects because they do not have a constructor function.

  • Updated dependencies [c8aefe0]:

    • @vanilla-extract/integration@7.1.2