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

Make `cloneCss() clone modules that transitively contain CSS #1824

Merged
merged 2 commits into from Nov 3, 2022

Commits on Nov 2, 2022

  1. Make `cloneCss() clone modules that transitively contain CSS

    Previously we were only cloning modules that directly contained CSS,
    but this created a problem where extensions could be added to their
    *shared* extension store across `load-css()` boundaries and thereby
    applied to upstream CSS.
    
    Closes #3322
    nex3 committed Nov 2, 2022
    Copy the full SHA
    b73bff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Resynchronize

    nex3 committed Nov 3, 2022
    Copy the full SHA
    2049092 View commit details
    Browse the repository at this point in the history