avif support

This commit is contained in:
2024-12-06 15:09:07 +00:00
parent 26327b5c8c
commit 4a70625487
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ module.exports = (env, argv) => {
use: [MiniCssExtractPlugin.loader, 'css-loader', 'postcss-loader', 'sass-loader']
},
{
test: /\.(png|jpe?g|gif|webp)$/,
test: /\.(png|jpe?g|gif|webp|avif)$/,
use: ['file-loader']
},
{