-
Describe the issueHello I am getting a compiler error when I’m developing my fresh blank Qwik project. It also produces the save error when I use ‘npm run Qwik build’ I still get that stylex.create should be compiled at build time with the babel-plugin. I’ve installed that plugin and even added a babel.config.js file copied right from the website. But that doesn’t fix it for build time or development. I’m lost I feel like I’m missing a step. The compile step specifically, but I’ve looked on YouTube videos and on the website and haven’t seen anything. Expected behaviorI expect to be able to write code then see the updates in my preview then see those changes on build. Steps to reproduceNpm create qwik@latest Test caseNo response Additional commentsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Look at the Qwik Starter Templatementioned here (https://stylexjs.com/docs/learn/ecosystem/#starter-templates). |
Beta Was this translation helpful? Give feedback.
I'm linking to this project, which is a starter project for Qwik:
https://github.com/nmn/qwik-stylex
I saw an issue created on that repo that something isn't working right now and @PatrickJS said he'll fix it. I'll ask him and get it updated so it's working again.