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 ...
I have a module federation setup with Vite usingvite-plugin-federation. Also I am usingvite-tsconfig-paths. When I try to build the apps, it doesn't compile/extract the styles in separate CSS file, instead it keeps them in JS files and when I run/preview the built app, I get this e...
Describe the bug Right now it peer-requires vite 5 vanilla-extract/packages/vite-plugin/package.json Line 25 in 9e5438d "vite": "^4.0.3 || ^5.0.0" Reproduction N/A System Info N/A Used Package Manager npm Logs No response Validations Che...
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...