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

Find custom babel config location properly. #969

Merged
merged 2 commits into from
Feb 3, 2017

Commits on Feb 3, 2017

  1. Find custom babel config location properly.

    Earlier we simply check for the .bablerc file in the dir.
    But the actual logic is much complex.
    Now we are using the babel's actual logic to find the
    custom config location.
    arunoda committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    d712cc9 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests.

    arunoda committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    b3b9129 View commit details
    Browse the repository at this point in the history