diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-11 16:52:38 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-11 16:59:35 +0100 |
commit | 2b1de9957c823166be03cc3dfd013720ec743187 (patch) | |
tree | 866bbc6652d3becd7de63f9ceb547f95040ea198 /webpack.common.js | |
parent | 796764aafd318cfeedf6d19af4551e846a40ac94 (diff) | |
download | nextcloud-server-2b1de9957c823166be03cc3dfd013720ec743187.tar.gz nextcloud-server-2b1de9957c823166be03cc3dfd013720ec743187.zip |
Clear dist folder during build
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r-- | webpack.common.js | 1 |
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: { |