After reading https://babeljs.io/docs/en/babel-polyfill and https://alexbogovich.com/blog/core-js/, I'm still not sure what to do.
@babel/polyfill is deprecated. So should I just do yarn add core-js regenerator-runtime and import those into the entry file?