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

fix(css): ensure order of extracted CSS #16588

Merged
merged 2 commits into from
Jun 10, 2024

Commits on Jun 8, 2024

  1. fix(css): ensure order of extracted CSS

    Without this the order of the extracted CSS rules is defined by the order `renderChunk` of the css plugin is called.
    So with this the order of CSS rules is always in order of the output chunks of the bundle.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2f1c3d3 View commit details
    Browse the repository at this point in the history
  2. fix(css): Ensure dynamic chunks are always extracted last to overwrit…

    …e the styles
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    f34bc55 View commit details
    Browse the repository at this point in the history