-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 double build generates empty css file when mangling is enabled #266
Comments
Yes this is a big problem. It used to just generate an empty CSS file (global.css). Then I turned off the mangling(mangleSelectors: false) in the compiler and then it worked for a while, and then it started just messing up the CSS file referenced above so it didn't work anymore. now it the Qwik dev server won't get started fully to serve files. I think I will have to go back to Tailwind. For more understanding, the issue often happened when I changed a class in the TSX file. => class="margin:0_2rem" It was that class or adding the class attribute to the HTML element or changing the class. |
Hi @petersrule, do you have any other configuration? Like matching/ignore areas? I will look into it. I though, this is caused randomly, but it seems it's not. |
I just have the standard Qwik config shown on the website. I really like
Stylify but it is a pain reposting the correct css file data every few
minutes. Any help is wanted so I don’t have to go back to tailwind.
I agree it didn’t feel random. It seemed to happen every time I changed the
returned html in the tsx, more specifically the classes on an element.
…On Fri, Oct 27, 2023 at 1:08 AM Vladimír Macháček ***@***.***> wrote:
Hi @petersrule <https://github.com/petersrule>, do you have any other
configuration? Like matching/ignore areas? I will look into it. I though,
this is caused randomly, but it seems it's not.
—
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACP6SWWYT7K22GWW3EZHWZLYBNTYTAVCNFSM6AAAAAA2VQC5MKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGQ4DINRZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@petersrule Hi, I am not sure if you still use Stylify but in case you do: Drop the Unplugin. In case you want to split those tasks, run paralel tasks with concurrently like here https://stylifycss.com/en/docs/integrations/remix/ I have been thinking about plugins and integrations and I don't think, it's the right way. So I am dropping them all in favor of bundler. The longer why: #274 |
Describe the bug
.
Reproduction
.
Logs
No response
System Info
.
The text was updated successfully, but these errors were encountered: