guigrpa/oao

Remove `@babel/polyfill`

SimenB opened this issue · 2 comments

warning oao > @babel/polyfill@7.2.5: 🚨 As of Babel 7.4.0, this
package has been deprecated in favor of directly
including core-js/stable (to polyfill ECMAScript
features) and regenerator-runtime/runtime
(needed to use transpiled generator functions):

  > import "core-js/stable";
  > import "regenerator-runtime/runtime";

Same issue

Just published a new version that doesn't use the deprecated @babel/polyfill.