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
IT would be much better if this imagemin plugin could use svgo as a peerDependency.
Currently it uses svgo as a dependency, which prevents overriding it with a package of different version.
This will also fix #41.
IT would be much better if this imagemin plugin could use
svgo
as apeerDependency
.Currently it uses
svgo
as a dependency, which prevents overriding it with a package of different version.This will also fix #41.
Until
svgo
is used as apeerDependency
, some other mechanism has to be used to force a specificsvgo
version:https://stackoverflow.com/questions/15806152/how-do-i-override-nested-npm-dependency-versions
The text was updated successfully, but these errors were encountered: