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

Remove next-dev references and benchmarks #6026

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Commits on Sep 25, 2023

  1. Remove next-dev references and benchmarks

    We've rearchitected Next.js+Turbopack so Turbopack does not run reimplement pieces of Next.js in its devserver. This:
    
    - Removes references and tests of the `next-dev` binary, which is no longer reachable through `next --turbo`. Uses `next-swc` in its place when testing.
    - Removes its benchmark suite, which should be covered by `turbopack-bench` by https://github.com/vercel/turbo/tree/main/crates/turbopack-bench
    
    Test Plan: CI
    wbinnssmith committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5e35902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38789bf View commit details
    Browse the repository at this point in the history