Skip to content

Commit

Permalink
HWE: Fix build for TypeScript, fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tanas80 committed Jun 25, 2024
1 parent 5ea1600 commit e870cbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HELM/source/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ module.exports = {
plugins: [new FileManagerPlugin({
events: {
onStart: {delete: ['./dist/*']},
onEnd: {copy: [{source: './dist/*', destination: `${extPaths.Helm}/vendor/`}]},
onEnd: {
copy: [{source: './dist/*', destination: `${extPaths.Helm}/vendor/`}],
delete: ['./dist']},
},
})],
devtool: mode !== 'production' ? 'inline-source-map' : 'source-map',
Expand Down

0 comments on commit e870cbf

Please sign in to comment.