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

Migrate to Vite #2996

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft

Migrate to Vite #2996

wants to merge 34 commits into from

Commits on May 12, 2024

  1. Install vite dependencies

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5df7d25 View commit details
    Browse the repository at this point in the history
  2. Lock test dependencies

    Done by examining the dependencies of `react-scripts` in the lockfile.
    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    67740b0 View commit details
    Browse the repository at this point in the history
  3. Create vite.config.ts

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a1be899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccab84 View commit details
    Browse the repository at this point in the history
  5. Add SVGR plugin

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    36238ea View commit details
    Browse the repository at this point in the history
  6. Update vite config

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    30d06e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be175c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be901e7 View commit details
    Browse the repository at this point in the history
  9. Update tsconfig.json

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    70ab372 View commit details
    Browse the repository at this point in the history
  10. Update reference types

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b1c5a6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    616f90c View commit details
    Browse the repository at this point in the history
  12. Update styles import

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4179b3e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    622963a View commit details
    Browse the repository at this point in the history
  14. Add polyfills

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    409f114 View commit details
    Browse the repository at this point in the history
  15. Fix SASS warning

    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    67ad4ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5edbb04 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2d835a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7969ecb View commit details
    Browse the repository at this point in the history
  19. Fix runtime errors in build

    Also added preview script to `package.json`.
    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e8022ee View commit details
    Browse the repository at this point in the history
  20. Replace react-error-overlay with Vite's version

    Resolves the blocking iframe on errors.
    RichDom2185 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ce5a1c6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ec805bd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4bb2028 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d42a9ea View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    451f135 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    318e25b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Rename CRACO config to .cjs

    Do make tests works again.
    RichDom2185 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a0c3d44 View commit details
    Browse the repository at this point in the history
  2. Fix type errors

    RichDom2185 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    77b33fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94ca65f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Bump vite to v5.3

    RichDom2185 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c6406fa View commit details
    Browse the repository at this point in the history
  2. Bump dependencies

    RichDom2185 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    aed5188 View commit details
    Browse the repository at this point in the history
  3. Deduplicate dependencies

    RichDom2185 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ec1acc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    01e3acd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64a812 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    48711c0 View commit details
    Browse the repository at this point in the history