rbac icon indicating copy to clipboard operation
rbac copied to clipboard

`@babel/polyfill` is deprecated

Open probil opened this issue 6 years ago • 0 comments

During install dependencies I got such an error:

npm WARN deprecated @babel/[email protected]: 🚨 As of Babel 7.4.0, this
npm WARN deprecated package has been deprecated in favor of directly
npm WARN deprecated including core-js/stable (to polyfill ECMAScript
npm WARN deprecated features) and regenerator-runtime/runtime
npm WARN deprecated (needed to use transpiled generator functions):
npm WARN deprecated 
npm WARN deprecated   > import "core-js/stable";
npm WARN deprecated   > import "regenerator-runtime/runtime";

probil avatar Jul 24 '19 11:07 probil