Describe the bug I am experiencing an issue upgrading the @vanilla-extract/vite-plugin to version 4. It seems the commit in 4.0.4 creates an issue on my end where Vite build will succeed (generated CSS is OK) but the Vite process itself ...
Describe the bug Now that Vite 3 is out, there don't appear to be any changes preventing Vanilla Extract from supporting "vite": "^2.2.3 || ^3.0.0-0" as a peer dependency. Without updating the peer dependency in this repo, and attempting...
Describe the bug Hello! I just upgraded my project from using the vite-plugin v3.9.2 to the new v4.0.4. It works great in vite dev mode and building for production. It also works great in vitest in the CI (where I use ubuntu-latest). How...