From 4e8cb14f3cd14353b8879b192e4c68ea67c49a1e Mon Sep 17 00:00:00 2001 From: Raphael Ferrand Date: Tue, 31 Oct 2023 10:46:48 +0100 Subject: [PATCH] SWED-2279 fix pipeline img file types colors page --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 16ff4700f3..ae449536c5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -338,7 +338,7 @@ module.exports = (env, argv) => { destination: `./dist${basename}img/documentation/grid`, }, { - source: `./src/img/${brand}/documentation/colors/*.png`, + source: `./src/img/${brand}/documentation/colors/*.{png,avif,jpg}`, destination: `./dist${basename}img/documentation/colors`, }, {