Revisit .babelrc.js
Not sure what was the reason behind using @babel/plugin-proposal-object-rest-spread; spread seem to be transpiled even without the extra plugin.
Also, exclude: ['transform-typeof-symbol']
does not seem to apply in our codebase.
Any hints welcome.