From c1732f47042a2192fd07d75650eb2b6e76184a6e Mon Sep 17 00:00:00 2001 From: NewHappyRabbit <31893343+NewHappyRabbit@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:15:15 +0200 Subject: [PATCH] Added clean up of /out before building in webpack --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index ad157f846..a79503565 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,6 +15,7 @@ export default (env, argv) => { output: { filename: 'bundle.js', path: path.resolve(__dirname, 'out'), + clean: true }, module: { rules: [