Skip to content

Commit

Permalink
Add ./ (maybe it is good practice)
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Feb 16, 2024
1 parent 766dfaf commit 10aa7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +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
{ 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 10aa7b1

Please sign in to comment.