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

Replace taskr.watch for core compilation #44027

Merged

Commits on Dec 14, 2022

  1. Replace taskr.watch for core compilation

    Currently we use taskr.watch to kick off tasks on file changes while developing on the Next.js core, however the version of chokidar that taskr.watch uses is quite out of date and causes a few hard to debug issues like the watcher hanging randomly. This PR replaces taskr.watch with a custom version that works mostly the same but instead uses watchpack (already part of the Next.js dependencies) and watches directories as that fits with the case that we have for the Next.js taskfile.
    timneutkens committed Dec 14, 2022
    Copy the full SHA
    f56bf74 View commit details
    Browse the repository at this point in the history
  2. Update lockfile

    timneutkens committed Dec 14, 2022
    Copy the full SHA
    413f9c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e713ab View commit details
    Browse the repository at this point in the history