Skip to content

Commit

Permalink
Merge pull request #6297 from thornbill/include-theme-images
Browse files Browse the repository at this point in the history
Fix missing theme images
  • Loading branch information
thornbill authored Nov 4, 2024
2 parents 2f2844c + f35893d commit 5c55e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config = {
new CopyPlugin({
patterns: [
{
from: 'themes/**/*.css'
from: 'themes/**/*.{css,jpg}'
},
{
from: 'assets/**',
Expand Down

0 comments on commit 5c55e45

Please sign in to comment.