From 13d1f9f9b210493892f193af95d49bef7eb75cd8 Mon Sep 17 00:00:00 2001 From: tanas80 Date: Tue, 25 Jun 2024 16:55:40 +0300 Subject: [PATCH] HWE: Fix build for TypeScript, fix dependencies --- HELM/source/webpack.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HELM/source/webpack.config.js b/HELM/source/webpack.config.js index 4255a4c..c1ebbd6 100644 --- a/HELM/source/webpack.config.js +++ b/HELM/source/webpack.config.js @@ -37,9 +37,7 @@ module.exports = { plugins: [new FileManagerPlugin({ events: { onStart: {delete: ['./dist/*']}, - onEnd: { - copy: [{source: './dist/*', destination: `${extPaths.Helm}/vendor/`}], - delete: ['./dist']}, + onEnd: {copy: [{source: './dist/*', destination: `${extPaths.Helm}/vendor/`}]}, }, })], devtool: mode !== 'production' ? 'inline-source-map' : 'source-map',