Skip to content

Instantly share code, notes, and snippets.

@AaronFlower
Created December 9, 2017 06:52
Show Gist options
  • Save AaronFlower/d80e40415a15b2dac2caa4e8c7ef8dfd to your computer and use it in GitHub Desktop.
Save AaronFlower/d80e40415a15b2dac2caa4e8c7ef8dfd to your computer and use it in GitHub Desktop.
babel support spread
/*
That syntax is an experimental proposed syntax for the future, it is not part of es2015 or react so you'll need to enable it.
npm install --save-dev babel-plugin-transform-object-rest-spread
and add
"plugins": ["transform-object-rest-spread"]
alongside your existing presets.
Alternatively:
npm install --save-dev babel-preset-stage-3
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment