webpack-contrib/image-minimizer-webpack-plugin

Convert all jpg pngs to webp

tsolong opened this issue · 1 comments

Because the previous image resource files for the project were in formats such as jpg png, I now want to convert all resources into webp and output them to dist during the construction process, but I don't want to add the?as=webp identifier on the img URL in the source code. Is there a good solution?