Browse Source

Merge pull request #30605 from nextcloud/fix/remove_legacy_build_files

Clear dist folder during build
tags/v24.0.0beta1
Louis 2 years ago
parent
commit
8d813219c0
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      webpack.common.js

+ 1
- 0
webpack.common.js View File

@@ -54,6 +54,7 @@ module.exports = {
const rel = path.relative(rootDir, info.absoluteResourcePath)
return `webpack:///nextcloud/${rel}`
},
clean: true,
},

module: {

Loading…
Cancel
Save