don't clean dist directory before build

This commit is contained in:
HF 2023-12-11 22:11:39 +01:00
parent bcc489eff9
commit af97cf7ec8
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ module.exports = ({
},
output: {
clean: true,
clean: false,
},
resolve: {