From cdae1fee39ce379179ae72ed3865e967f48b35f2 Mon Sep 17 00:00:00 2001 From: gulnaz Date: Thu, 20 Mar 2025 16:54:41 +0300 Subject: [PATCH] SUPPORT-8962: remove copying of deleted files --- frontend/webpack.aot.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/webpack.aot.config.js b/frontend/webpack.aot.config.js index 96dc487..7719824 100644 --- a/frontend/webpack.aot.config.js +++ b/frontend/webpack.aot.config.js @@ -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'},