Added clean up of /out before building in webpack

This commit is contained in:
NewHappyRabbit
2025-02-12 01:15:15 +02:00
parent 894ad77ede
commit c1732f4704
+1
View File
@@ -15,6 +15,7 @@ export default (env, argv) => {
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'out'),
clean: true
},
module: {
rules: [