Babel Polyfill deprecated
Closed this issue · 1 comments
jpowell commented
Describe the bug
Installing @voxeet/react-components
renders warnings concerning @babel/polyfill
and it's dependencies.
$ yarn add @voxeet/voxeet-web-sdk @voxeet/react-components @voxeet/react-redux-5.1.1@5.1.1
...
warning @voxeet/react-components > @babel/polyfill@7.12.1: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
warning @voxeet/react-components > @babel/polyfill > core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
...
The warnings recommend the path to go moving forward, with using other libs explicitly.
FabienLavocat commented
Fixed in latest version.