We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qwik Rollup / Vite plugin
I tried to install qwik + install vanilla extract using the command provide in Docs
it's not working
https://qwik.dev/docs/integrations/styled-vanilla-extract/
No response
System: OS: Linux 6.6 EndeavourOS CPU: (8) x64 Intel(R) Xeon(R) CPU E3-1270 V2 @ 3.50GHz Memory: 16.16 GB / 31.31 GB Container: Yes Shell: 0.101.0 - /usr/bin/nu Binaries: Node: 23.4.0 - /usr/bin/node npm: 11.0.0 - /usr/bin/npm pnpm: 10.0.0 - /usr/bin/pnpm bun: 1.1.38 - ~/.bun/bin/bun Browsers: Brave Browser: 131.1.73.105 Chromium: 131.0.6778.264 npmPackages: @builder.io/qwik: ^1.12.0 => 1.12.0 @builder.io/qwik-city: ^1.12.0 => 1.12.0 typescript: 5.4.5 => 5.4.5 undici: ^7.2.1 => 7.2.1 vite: 5.3.5 => 5.3.5
The text was updated successfully, but these errors were encountered:
replace
import { vanillaExtractPlugin } from "styled-vanilla-extract/vite";
by
import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin';
Sorry, something went wrong.
Thanks @jojojojojoj5564656465465 May I ask you to help us with a PR please? this is the file to change
I was meaning to replace in the vite.config.js file
So It is this line
Successfully merging a pull request may close this issue.
Which component is affected?
Qwik Rollup / Vite plugin
Describe the bug
I tried to install qwik + install vanilla extract using the command provide in Docs
it's not working
Reproduction
https://qwik.dev/docs/integrations/styled-vanilla-extract/
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: