SUPPORT-8962: remove copying of deleted files

This commit is contained in:
gulnaz 2025-03-20 16:47:43 +03:00
parent a17c129eb5
commit e05cbf156e

View file

@ -97,8 +97,6 @@ module.exports = {
}),
new CopyWebpackPlugin([
{from: 'index.webpack.html', to: 'index.html'},
{from: 'home.html', to: 'home.html'},
{from: 'browser_check.js', to: 'browser_check.js'},
{from: 'src/resources/img/progress.gif', to: 'src/resources/img/progress.gif'},
{from: 'src/resources/img/logo.png', to: 'src/resources/img/logo.png'},
{from: 'src/resources/app-config.json', to: 'src/resources/app-config.json'},