istanbuljs / babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code
BSD 3-Clause "New" or "Revised" License
624 stars 73 forks source link

babel-plugin-istanbul still uses core-js v.2 #240

Closed imbroisi closed 4 years ago

imbroisi commented 4 years ago

When using babel-plugin-istanbul in lerna/yarn workspaces projects, I am receiving "core-js@<3 is no longer maintained and not recommended for usage due to the number of issues". I believe babel-plugin-istanbul still uses core-js v.2.

coreyfarrell commented 4 years ago

babel-plugin-istanbul 4.x is no longer supported or maintained. This old version uses babel 6 which installs core-js v2. No version of core-js is installed by the current version of babel-plugin-istanbul.

imbroisi commented 4 years ago

Thank you!