webpack.prod.js? I used to use different file compression, and minify css, but with Tailwind/postcss I'm using nanocss and webpack 5 now marks images as type: 'asset/resource' so I don't use the loader I would have compressed the files with. I assume it's doing the work in the background.TerserWebpackPlugin, but again, the suggestion seems to be that it comes pre-configured.