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

Exclude ?inline and ?raw from critical styles in dev #9910

Commits on Aug 23, 2024

  1. fix(remix-run#9844): Adds check to prevent some css imports with quer…

    …y from being injected falsely
    
    - css files with query ?url, ?inline or ?raw shouldn't be injected on SSR bei vite spec
    - a combination of these query-params is possible. This is checked as well
    
    closes 9844
    dj-rabel committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6d831d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e9bea0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    0c4dc93 View commit details
    Browse the repository at this point in the history
  2. Refactor

    markdalgleish committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fcd3e2c View commit details
    Browse the repository at this point in the history
  3. Reword changeset

    markdalgleish committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7e7c153 View commit details
    Browse the repository at this point in the history