Skip to content

Commit

Permalink
Re-copy over the logo.svg file
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Feb 16, 2024
1 parent 4091bdd commit 766dfaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const config = async (env): Promise<Configuration> => {
{ from: 'libs/**/*', to: '.', noErrorOnMissing: true }, // Optional
{ from: 'static/**/*', to: '.', noErrorOnMissing: true }, // Optional
{ from: '**/query_help.md', to: '.', noErrorOnMissing: true }, // Optional
{ from: 'img/logo.svg', to: 'img/', noErrorOnMissing: true }, // Copy logo
],
}),
// Replace certain template-variables in the README and plugin.json
Expand Down

0 comments on commit 766dfaf

Please sign in to comment.