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

Back to Vite 🎉 #1728

Merged
merged 86 commits into from
Feb 29, 2024
Merged

Back to Vite 🎉 #1728

merged 86 commits into from
Feb 29, 2024

Commits on Feb 2, 2024

  1. Bump Remix to 2.6.0

    frandiox committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0123e59 View commit details
    Browse the repository at this point in the history
  2. Super experimental Vite

    frandiox committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0ae5420 View commit details
    Browse the repository at this point in the history
  3. Add vite-skeleton template

    frandiox committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ff1119e View commit details
    Browse the repository at this point in the history
  4. Add more missing features

    frandiox committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f05b284 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    5d41ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f5688 View commit details
    Browse the repository at this point in the history
  3. Basic support for inspector

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7d97634 View commit details
    Browse the repository at this point in the history
  4. Simplify servers

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6900b54 View commit details
    Browse the repository at this point in the history
  5. Fix server HMR

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dff3412 View commit details
    Browse the repository at this point in the history
  6. Log request lines

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c28c105 View commit details
    Browse the repository at this point in the history
  7. Add comments

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f0a7d92 View commit details
    Browse the repository at this point in the history
  8. Refactor and simplify

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    afef76f View commit details
    Browse the repository at this point in the history
  9. Extract remix patch

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2427725 View commit details
    Browse the repository at this point in the history
  10. Fix requests with body

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a730ba6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e0c2eb View commit details
    Browse the repository at this point in the history
  12. Fix Vite diffs

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b696fb0 View commit details
    Browse the repository at this point in the history
  13. Cleanup

    frandiox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dbbf9c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add --entry flag

    frandiox committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    65e38f2 View commit details
    Browse the repository at this point in the history
  2. Add build-vite command

    frandiox committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    83cca68 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Fix build

    frandiox committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    88816ed View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    9627d5f View commit details
    Browse the repository at this point in the history
  2. Support for deploy command

    frandiox committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    69c4c96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7fa64e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9681fd0 View commit details
    Browse the repository at this point in the history
  5. Simplify HMR logic

    frandiox committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d285945 View commit details
    Browse the repository at this point in the history
  6. Warmup Vite cache

    frandiox committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e951a07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb418c8 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    frandiox committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    47f2230 View commit details
    Browse the repository at this point in the history
  9. Minor refactor and fix

    frandiox committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c7b2a69 View commit details
    Browse the repository at this point in the history
  10. Support subrequest profiler

    frandiox committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    eeb205b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Cleanup

    frandiox committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    baef8f3 View commit details
    Browse the repository at this point in the history
  2. Update to Vite 5.1 stable

    frandiox committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8f641e2 View commit details
    Browse the repository at this point in the history
  3. Adjust isbot version

    frandiox committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    05fb592 View commit details
    Browse the repository at this point in the history
  4. Move files

    frandiox committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5169eb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    451ee15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09499ba View commit details
    Browse the repository at this point in the history
  7. Extract as a Vite plugin

    frandiox committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bd01b6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c036fb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix sourcemaps

    frandiox committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bfcd576 View commit details
    Browse the repository at this point in the history
  2. Extract shared utilities

    frandiox committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f7d501f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df94ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    658263c View commit details
    Browse the repository at this point in the history
  5. Simplify server HMR

    frandiox committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3c74831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4ec1e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    316a2a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48e7a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2144d93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a58903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d05c1c View commit details
    Browse the repository at this point in the history
  6. Rename worker

    frandiox committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c6ab9c6 View commit details
    Browse the repository at this point in the history
  7. Split plugins

    frandiox committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    315f1f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df60bbc View commit details
    Browse the repository at this point in the history
  9. Fix CSS flash in development

    frandiox committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    287c791 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63a72dc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    493d703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a52f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d5921 View commit details
    Browse the repository at this point in the history
  4. Rename internal option

    frandiox committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    aee2de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ff939 View commit details
    Browse the repository at this point in the history
  6. Improve logs

    frandiox committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    10bd529 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68a9c10 View commit details
    Browse the repository at this point in the history
  8. Fix env variables in Vite

    frandiox committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ec74e74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    840ff01 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f03390e View commit details
    Browse the repository at this point in the history
  11. Update Vite template

    frandiox committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e9b234d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbbf3d7 View commit details
    Browse the repository at this point in the history
  13. Add readme to Vite example

    frandiox committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bda9590 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    a88bdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59d5e9 View commit details
    Browse the repository at this point in the history
  3. Fix timing issue in test

    frandiox committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fe47031 View commit details
    Browse the repository at this point in the history
  4. Fix another timing issue

    frandiox committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    280177e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea74b95 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 21, 2024

  1. Update to Remix 2.7

    frandiox committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e75e556 View commit details
    Browse the repository at this point in the history
  2. Dedupe package-lock.json

    frandiox committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    869fbd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cbea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b85203b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Fix set-cookie header

    frandiox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3887bf4 View commit details
    Browse the repository at this point in the history
  2. Merge main

    frandiox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    6c32e42 View commit details
    Browse the repository at this point in the history
  3. Remove copied code

    frandiox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b860947 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cb5c75 View commit details
    Browse the repository at this point in the history
  5. Remove old code

    frandiox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1267721 View commit details
    Browse the repository at this point in the history
  6. Cleanup build output

    frandiox committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    48541ec View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    d71a906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fc97e View commit details
    Browse the repository at this point in the history
  3. Changesets

    frandiox committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7427390 View commit details
    Browse the repository at this point in the history