Replies: 1 comment 2 replies
-
Seeing some crazy slow extraction times, e.g.,
|
Beta Was this translation helpful? Give feedback.
2 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
Building the styles in my project currently takes 3.47 seconds using PostCSS CLI.
When adding the staticCss snippet below to my Panda config, it takes additional 10 seconds (=total 13.35s).
If I add further extensions to my PostCSS, it takes 30seconds in total to build, and causes an unbearable developer experience.
Is there any way to speed up the PandaCSS build?
My styles are coming from the database, and are therefore not known in prehand. That's why I'm using the
staticCSS
snippet.Link to Reproduction
Steps to reproduce
You can try building using PostCSS and include the staticCSS above.
JS Framework
No response
Panda CSS Version
^0.51.1
Browser
No response
Operating System
Additional Information
"postcss": "^8.5.1",
"postcss-import": "^16.1.0"
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"@pandacss/dev": "^0.51.1",
Beta Was this translation helpful? Give feedback.
All reactions