switch jpeg to webp where possible

This commit is contained in:
2026-04-09 18:14:56 -05:00
parent 2e1c4da22d
commit 073a270c74
31 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ const config: webpack.Configuration = {
oneOf: [
// Image assets
{
test: [/\.(avif|bmp|.gif|jpe?g|png|pdf)$/],
test: [/\.(avif|bmp|.gif|webp|jpe?g|png|pdf)$/],
type: "asset",
parser: {
dataUrlCondition: {