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 cache non-existent JS config files forever #12211

Merged
merged 1 commit into from Feb 18, 2021

Commits on Oct 18, 2020

  1. Do not cache non-existent JS config files forever

    Missed a spot in babel#11906. Currently if you don't have a JS config file and then add one to your project, it will not be picked up without restarting the process. Changing from caching forever to never caching when files don't exist fixes the issue.
    devongovett committed Oct 18, 2020
    Copy the full SHA
    b2382aa View commit details
    Browse the repository at this point in the history