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

[Do Not Merge] Try out bun #244

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

[Do Not Merge] Try out bun #244

wants to merge 17 commits into from

Commits on Sep 23, 2023

  1. Replace CRACO with Vite

    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    ab04452 View commit details
    Browse the repository at this point in the history
  2. Move public files into root

    With Vite, all public files should be in the root folder.
    index.html is used as the entry-point for the project.
    There is no concept of %PUBLIC_URI%
    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5ce6d8d View commit details
    Browse the repository at this point in the history
  3. Rename React files to .jsx

    Vite does not compile JSX if the extension is .js
    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    549750e View commit details
    Browse the repository at this point in the history
  4. Add eslint and friends explicitly

    This came via CRACO previously, but now must be installed
    separately
    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    3c08606 View commit details
    Browse the repository at this point in the history
  5. Fix icon import

    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    9c8f43a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd4bd14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    232fefc View commit details
    Browse the repository at this point in the history
  8. WIP

    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    8af08b3 View commit details
    Browse the repository at this point in the history
  9. WIP

    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    84554f3 View commit details
    Browse the repository at this point in the history
  10. Update Vite and friends

    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5768e32 View commit details
    Browse the repository at this point in the history
  11. WIP

    rajadain committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c211d01 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. WIP

    rajadain committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0c08164 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. WIP

    rajadain committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f99c717 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. WIP

    rajadain committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fcad02e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add bun lockfile

    rajadain committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    51672b2 View commit details
    Browse the repository at this point in the history
  2. Prettier

    rajadain committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    46f57b3 View commit details
    Browse the repository at this point in the history
  3. Use prettier via bun

    rajadain committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7a75d91 View commit details
    Browse the repository at this point in the history