@vanilla-extract/vite-plugin@4.0.7
vanilla-extract-ci
released this
29 Mar 07:06
·
61 commits
to master
since this release
Patch Changes
-
#1369
05ef2f0
Thanks @askoufis! - Fixes a bug where an internal Remix plugin would throw an error inside thevite-node
compiler -
#1368
90f0315
Thanks @askoufis! - Update@vanilla-extract/integration
dependencyThis fixes a bug where APIs that used the
walkObject
utility (e.g.createTheme
) would fail when used with module namespace objects insidevite-node
. This was due to the previous implementation using the input object'sconstructor
to initialize a clone, which does not work with module namespace objects because they do not have aconstructor
function. -
Updated dependencies [
c8aefe0
]:- @vanilla-extract/integration@7.1.2