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
Images (svg/png/jpg) need optimalisation to ensure that meta data is stripped and quality matches web standards. This way the end user does not load images that are too big.
SVG needs cleaning code to optimize.
There is a plugin to do this, would be nice if we could add this to adapter to make it easier to implement with all the best settings set. Also we could a test that it is loaded after copy webpack plugin to ensure these images are also optimized.
Ik zou dit alleen niet snel onderdeel maken van de default stack gezien de dependencies die erbij komen kijken en je vaak toch maar enkele afbeeldingen in je assets hebt zitten. Een adapter zou iemand wel kunnen helpen om het snel is zijn project te zetten.
Images (svg/png/jpg) need optimalisation to ensure that meta data is stripped and quality matches web standards. This way the end user does not load images that are too big.
SVG needs cleaning code to optimize.
There is a plugin to do this, would be nice if we could add this to adapter to make it easier to implement with all the best settings set. Also we could a test that it is loaded after copy webpack plugin to ensure these images are also optimized.
https://www.npmjs.com/package/imagemin-webpack
Is this something that would be worth adding ?
The text was updated successfully, but these errors were encountered: