Created
April 13, 2017 14:57
-
-
Save culttm/d6b5cc2d83b497b8145a8d0a44ccc933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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