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

refactor: remove usage of deprecated babel functions, preparing for babel 8 #5133

Merged
merged 2 commits into from Feb 3, 2020

Commits on Feb 3, 2020

  1. refactor: use babel.loadPartialConfigSync (added in babel 7.8)

    As planned in babel/babel#10746,
    in babel 8 the old `loadPartialConfig` can't be used synchronously.
    sodatea committed Feb 3, 2020
    Copy the full SHA
    45b73d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9095859 View commit details
    Browse the repository at this point in the history