Klathmon / imagemin-webpack-plugin

Plugin to compress images with imagemin
MIT License
683 stars 53 forks source link

Please upgrade babel-runtime in v2.4.3 #109

Open trollepierre opened 4 years ago

trollepierre commented 4 years ago

To avoid this kind of error:

imagemin-webpack-plugin > babel-runtime > core-js@2.6.10: core-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
schugabe commented 4 years ago

Any updates on this issue?

abenevaut commented 4 years ago

Same dependency problem here

├─┬ @vue/babel-preset-app@4.4.6
│ └── core-js@3.6.5 
├─┬ imagemin-webpack-plugin@2.4.2
│ └─┬ babel-runtime@6.26.0
│   └── core-js@2.5.7 
└─┬ mochapack@2.0.3
  └─┬ @babel/runtime-corejs2@7.10.5
    └── core-js@2.6.11 
waltercruz commented 3 years ago

Any news on this?

arborrow commented 3 years ago

I too continue to experience this issue. I'm going to write to Greg and see if he is still able to maintain this project.

imagemin-webpack-plugin@2.4.2 └─┬ babel-runtime@6.26.0 └── core-js@2.6.12

KiichiSugihara commented 3 years ago

I also ran into this problem🤯 Finally I used ImageMinimizerWebpackPlugin, which is introduced by the webpack official.