Removes resolve
config from webpack.base.config.js
, which causes problems when a React app depends on another app (e.g. click-and-collect depending on store-finder).
With this config in place any component dependencies were unable to be resolved when imported.
--
Adds missing package transfor-object-rest-spread
to package.json