Skip to content

Instantly share code, notes, and snippets.

@culttm
Created April 13, 2017 14:57
Show Gist options
  • Select an option

  • Save culttm/d6b5cc2d83b497b8145a8d0a44ccc933 to your computer and use it in GitHub Desktop.

Select an option

Save culttm/d6b5cc2d83b497b8145a8d0a44ccc933 to your computer and use it in GitHub Desktop.
One solution is
npm install --save-dev babel-plugin-transform-object-rest-spread
and than create a .babelrc file in your project directory
{
"plugins": ["transform-object-rest-spread"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment