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

Disable react refresh for library targets #7914

Merged
merged 2 commits into from Apr 7, 2022

Commits on Apr 6, 2022

  1. Disable react refresh for library targets

    For library targets:
      - Skips applying refresh transforms in JSTransformer
      - Skips applying ReactRefreshRuntime
      - Skips applying transforms in ReactRefreshWrapTransformer
      - Adds test asserting that runtime and transforms are not applied
    
    Fixes #7359, #7496, #7652, #7900
    See also: #6892
    lettertwo committed Apr 6, 2022
    Copy the full SHA
    618cbe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Copy the full SHA
    c5c9e48 View commit details
    Browse the repository at this point in the history