Created by: topaxi
(Reopening due to force-push https://github.com/facebook/create-react-app/pull/7725)
By default, babel assumes babel/helpers version 7.0.0-beta.0, this PR explicitly resolves the helpers to match the provide functions.
See: https://github.com/babel/babel/issues/10261
Looking at the code in babel-plugin-transform-runtime/src/index.js it does not seem to be enough to provide an absolute path to the runtime.