perf: ⚡ Improve serve times on large codebase #12447
bjornharvold
started this conversation in
Ideas
Replies: 1 comment
-
Wondering if the config can be customized for each Angular component 🤔 So instead of every component having this config:
It would instead only point to its own component:
|
Beta Was this translation helpful? Give feedback.
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.
-
This conversation is ongoing here: angular/angular-cli#26378
By reading the above ticket, you understand that working with a large TailwindCSS codebase with many Angular components is a nightmare. One keypress in any source file, causes everything to have to be pre-processed again. In our case, an almost 300 second wait time before being able to see our changes.
Some would argue to make more use of Storybook to avoid running the entire app in development. I think we need to come up with a better way to avoid pre-processing a codebase where 99.9% of the code remained unchanged.
Any thoughts on this from Team Tailwind highly appreciated 🦸♂️
Beta Was this translation helpful? Give feedback.
All reactions