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
@romariolopezc have you fixed this? I'm having the same trouble.
In my case, I'm fixed the copy using external, they are copied and optimized but ignoring my definitions on plugins like SVGO, where optimzation are removing viewbox even though I set it to false:
I was testing if the images where indeed optimized and I found that the output is different from using
externalImages
and copy-webpack-pluginI though all the images that I use via copy webpack plugin were automatically optimized
Using copy webpack:
Using externalImages:
Aren't they supposed to have the same behaviour?
More info:
I'm not importing/including the images in JS or anything, but I need them available in the specified folder
The text was updated successfully, but these errors were encountered: