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

Draft: Switch to rspack and add react-fast-refresh #1039

Closed
wants to merge 20 commits into from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    93d99c1 View commit details
    Browse the repository at this point in the history
  2. add to script src as well

    chrisirhc committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0d1a99e View commit details
    Browse the repository at this point in the history
  3. add rspack

    chrisirhc committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    30be290 View commit details
    Browse the repository at this point in the history
  4. naive find and replace

    chrisirhc committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6a9acfa View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix compiling by ignoring missing module

    Missing module osx-temperature-sensor
    chrisirhc committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ed9c750 View commit details
    Browse the repository at this point in the history
  2. WIP not working

    chrisirhc committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0802660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a3f781 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. remove random changes

    chrisirhc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    91d09f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259f465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af81c9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ac3c48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd3989b View commit details
    Browse the repository at this point in the history
  6. update package.json based on new packages found

    Not sure why there are new packages found, investigate later.
    chrisirhc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ed7cf53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29a85e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e1501c View commit details
    Browse the repository at this point in the history
  9. add compilation-stats

    chrisirhc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4f5a501 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b133520 View commit details
    Browse the repository at this point in the history
  11. fix startup by disabling refresh behavior for now

    Need to do some setup first before we can use react-refresh.
    chrisirhc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d39b4bd View commit details
    Browse the repository at this point in the history
  12. clean up webpack deps

    chrisirhc committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    e70f7d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    573b4a7 View commit details
    Browse the repository at this point in the history