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

Update babel-present-env and use node: 'current' as target #1051

Merged
merged 2 commits into from
Nov 17, 2016

Commits on Nov 17, 2016

  1. Update babel-preset-env to 0.0.8

    Changes between 0.0.6 and 0.0.8 should be backwards compatible:
    https://github.com/babel/babel-preset-env/blob/master/CHANGELOG.md
    valscion committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    41562bb View commit details
    Browse the repository at this point in the history
  2. Use node: 'current' as target for babel-preset-env

    This replaces the hand-rolled node version setup with a new feature that
    was introduced in babel-preset-env@v0.0.7
    
    https://github.com/babel/babel-preset-env/blob/v0.0.7/CHANGELOG.md
    valscion committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    bb6c07b View commit details
    Browse the repository at this point in the history