Skip to content
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

perf(@angular-devkit/build-angular): only create one instance of postcss when needed #26391

Merged
merged 1 commit into from
Nov 21, 2023

Commits on Nov 17, 2023

  1. perf(@angular-devkit/build-angular): only create one instance of post…

    …css when needed
    
    Prior to this change a postcss instance was created for every component style. This can cause a performance overhead when using tailwindcss, since each tailwind instance would do multiple IO calls to get the list of files specified in the `content` field.
    alan-agius4 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d101d4a View commit details
    Browse the repository at this point in the history