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 to babel-preset-env #372

Merged
merged 1 commit into from
May 28, 2018
Merged

Commits on May 16, 2018

  1. Update to babel-preset-env

    Previously used presets 'es2015' and 'stage-3' are now deprecated in
    favour of 'env'. This resulted in a build warning. New preset makes it
    possible to specify target browsers and NodeJS versions. Only needed
    code transformations and polyfills are then applied. Right now browsers
    and NodeJS versions are not configured so this preset behaves the same
    was as the previous two.
    
    Also updated versions of babel-related dependencies.
    
    For more details about the 'env' preset see:
    http://babeljs.io/env
    https://github.com/babel/babel/tree/master/packages/babel-preset-env
    lutovich committed May 16, 2018
    Configuration menu
    Copy the full SHA
    9274d5b View commit details
    Browse the repository at this point in the history