diff --git a/web/webpack.config.js b/web/webpack.config.js index 2f6cbc70c..e9a9d9e0f 100644 --- a/web/webpack.config.js +++ b/web/webpack.config.js @@ -69,7 +69,7 @@ const copyFiles = new CopyPlugin({ pgadminThemesJson, { from: './pgadmin/static/scss/resources/**/*.png', - to: outputPath + '/img', + to: 'img/[name].[ext]', }, ], });