You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
In our project we have already moved to this new recommended method, but webpacker is causing us to pull down @babel/polyfill still.
It would be cool to somehow remove the direct dependency on @babel/polyfill so we can use our own.
https://babeljs.io/docs/en/next/babel-polyfill
In our project we have already moved to this new recommended method, but webpacker is causing us to pull down
@babel/polyfill
still.It would be cool to somehow remove the direct dependency on
@babel/polyfill
so we can use our own.It's included here: https://github.com/rails/webpacker/blob/master/package.json#L22
The text was updated successfully, but these errors were encountered: