Replies: 1 comment
|
Follow-up: This has been fixed in v2! Peek at the comparison here #3715 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
After adding some predefined sets to the "staticCss" property in the PandaCSS config, the build takes very long time.
There doesn't seem to be any caching mechanism/ incremental build, that prevents from rebuilding the whole CSS. Even if only a single property is added/ modified, the whole CSS seems to be regenerated.
Is that correct?
Problem Statement/Justification
Caching the staticCss generated parts would speed up the build process. Then only the required parts could be rebuilt.
Proposed Solution or API
Alternatives
All reactions