Merge pull request #6297 from thornbill/include-theme-images

Fix missing theme images
This commit is contained in:
Bill Thornton
2024-11-04 11:04:39 -05:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ const config = {
new CopyPlugin({
patterns: [
{
from: 'themes/**/*.css'
from: 'themes/**/*.{css,jpg}'
},
{
from: 'assets/**',