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

Remove unnecessary transform plugins for object spread to work #1052

Merged
merged 2 commits into from
Nov 17, 2016

Commits on Nov 17, 2016

  1. Update babel-plugin-transform-object-rest-spread to v6.19.0

    The `babel-plugin-transform-object-rest-spread` v6.19.0 update will
    allow us to remove the `babel-plugin-transform-es2015-destructuring` and
    `babel-plugin-transform-es2015-parameters` as the object rest spread
    transform will now work standalone and not require additional tranforms
    valscion committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    378df6a View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary babel transform plugins from babel-preset-react-app

    The `babel-plugin-transform-object-rest-spread` v6.19.0 update makes
    these plugins unnecessary, as v6.19.0 can be used stand-alone
    valscion committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    7554d30 View commit details
    Browse the repository at this point in the history