Skip to content
New issue

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 add styled-vanilla-extract #7238

Closed
jojojojojoj5564656465465 opened this issue Jan 10, 2025 · 4 comments · Fixed by #7241
Closed

[🐞] qwik add styled-vanilla-extract #7238

jojojojojoj5564656465465 opened this issue Jan 10, 2025 · 4 comments · Fixed by #7241
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working

Comments

@jojojojojoj5564656465465

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

image

Reproduction

https://qwik.dev/docs/integrations/styled-vanilla-extract/

Steps to reproduce

No response

System Info

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

Additional Information

No response

@jojojojojoj5564656465465 jojojojojoj5564656465465 added STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working labels Jan 10, 2025
@jojojojojoj5564656465465
Copy link
Author

replace

import { vanillaExtractPlugin } from "styled-vanilla-extract/vite";

by

import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin';

@gioboa
Copy link
Member

gioboa commented Jan 10, 2025

Thanks @jojojojojoj5564656465465
May I ask you to help us with a PR please?
this is the file to change

@jojojojojoj5564656465465
Copy link
Author

I was meaning to replace in the vite.config.js file

@gioboa
Copy link
Member

gioboa commented Jan 10, 2025

I was meaning to replace in the vite.config.js file

So It is this line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants