-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSS variable name changes every build #41
Comments
@tonyfromundefined It is in the description, if it doesn't work please let me know |
It might help, but it based on the order of variable, It doesn't preserve the compression across builds |
@tonyfromundefined I will look into it. |
It helps! But as you said, it doesn't seem to completely solve the problem... Is there a reason you used the global variable count implementation instead of compressing or hashing the variable names? |
Will be releasing update it tomorrow |
@tonyfromundefined I used counter since, it is easier and quite efficient, no algorithm can provide such compression |
Oh, it seems really smart to codegen the mapping information and cache it in git. It seems like a good idea, so I'm looking forward to it. 👍
|
@tonyfromundefined 🤣 code-gen for css variables, I can see feel the terror |
Therefore, there is a problem that chunk hash keeps changing. due to that issue
I ask for your help so that it can be a definitive build without side effects.
The text was updated successfully, but these errors were encountered: