marlokessler / strapi-plugin-image-optimizer

Optimize your images for desktop, tablet and mobile and different image formats.
MIT License
14 stars 10 forks source link

please avoid using @strapi/core #42

Open y-nk opened 5 months ago

y-nk commented 5 months ago

it is not meant to be used, i think. we can see only this plugin and strapi, as a "v5 experiment" is using it.

https://github.com/search?q=%22name%22:+%22@strapi/core%22&type=code

on a more serious note of why it's not good to use it: it pulls updated versions in installations which are not up to date, and messing up with pinned versions to the point of having to list all deps of @strapi/core with their expected pinned version in package.json overrides.

  1. install strapi@4.14
  2. install plugin
  3. plugin installs @strapi/core:*
  4. @strapi/core:* installs @strapi/admin@latest
  5. @strapi/admin@latest installs @strapi/strapi@latest

→ runtime issue