From f35893d0a131c7bd48d14a9028c71480df881f8b Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 4 Nov 2024 10:25:36 -0500 Subject: [PATCH] Fix missing theme images --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 058b4f3c1e9..bce07af9840 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -73,7 +73,7 @@ const config = { new CopyPlugin({ patterns: [ { - from: 'themes/**/*.css' + from: 'themes/**/*.{css,jpg}' }, { from: 'assets/**',