You don't need plugin-proposal-object-rest-spread with Babel 7

19th Jul 2019

Babel 7 out of the box will transpile object spread operators for you.

Here is an example of it working without the @babel/plugin-proposal-object-rest-spread plugin included.

You do not need to include the @babel/plugin-proposal-object-rest-spread plugin.