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

Improve production build performance for the case of many small non-tailwind stylesheets #4644

Merged
merged 2 commits into from Jul 1, 2021

Commits on Jun 14, 2021

  1. Improve purge performance in layers mode

    In layers mode, skip `purgecss` completely if source stylesheet does
    not have any tailwind layers. For the legacy codebases with a lot of
    non-tailwind stylesheets, it dratically improves the performance of
    the production build.
    Sergey Tatarintsev committed Jun 14, 2021
    Copy the full SHA
    053d6d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. fix: purgecss should respect safelist.variables

    Sergey Tatarintsev committed Jun 28, 2021
    Copy the full SHA
    c3c4721 View commit details
    Browse the repository at this point in the history