Remove `@babel/polyfill`
SimenB opened this issue · 2 comments
SimenB commented
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";
MrCheater commented
Same issue
guigrpa commented
Just published a new version that doesn't use the deprecated @babel/polyfill.