Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-11 18:52:38 +0300
committerLouis Chemineau <louis@chmn.me>2022-01-11 18:59:35 +0300
commit2b1de9957c823166be03cc3dfd013720ec743187 (patch)
tree866bbc6652d3becd7de63f9ceb547f95040ea198 /webpack.common.js
parent796764aafd318cfeedf6d19af4551e846a40ac94 (diff)
Clear dist folder during build
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 3d29d0a9a7e..d0e20406ce4 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -54,6 +54,7 @@ module.exports = {
const rel = path.relative(rootDir, info.absoluteResourcePath)
return `webpack:///nextcloud/${rel}`
},
+ clean: true,
},
module: {