Babel-plugin-transform-object-rest-spread needed?

I’m using the e2e-adobe-stock sample’s package.json as a template, and noticed it’s still using

  "dependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "react": "^16.8.4",
    "react-dom": "^16.8.4"
  }

Assuming XD is running an even moldy old V8 version, is the babel-plugin-transform-object-rest-spread really needed?

@kerrishotts, the author of the plugin, can answer your question